UnlockDialog: Fix "other user" label
The unlock dialog has a mechanism for manually typing in a username and password. This mechanism is mislabeled: Login as another user when it should be labeled Log in as another user This commit adds the space. Spotted by Stef Walter <stefw@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=681750
This commit is contained in:
parent
9a7914eee9
commit
a909017a2b
@ -140,7 +140,7 @@ const UnlockDialog = new Lang.Class({
|
||||
this._updateOkButton(false);
|
||||
this._reset();
|
||||
|
||||
let otherUserLabel = new St.Label({ text: _("Login as another user"),
|
||||
let otherUserLabel = new St.Label({ text: _("Log in as another user"),
|
||||
style_class: 'login-dialog-not-listed-label' });
|
||||
this._otherUserButton = new St.Button({ style_class: 'login-dialog-not-listed-button',
|
||||
can_focus: true,
|
||||
|
Loading…
Reference in New Issue
Block a user