loginDialog: Replace colon by ellipsis on username question
So it plays better as a hint text. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
parent
43a45c091d
commit
0b150a17c5
@ -914,7 +914,7 @@ var LoginDialog = GObject.registerClass({
|
||||
|
||||
_askForUsernameAndBeginVerification() {
|
||||
this._authPrompt.setUser(null);
|
||||
this._authPrompt.setQuestion(_("Username: "));
|
||||
this._authPrompt.setQuestion(_('Username…'));
|
||||
|
||||
this._showRealmLoginHint(this._realmManager.loginFormat);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user