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:
Georges Basile Stavracas Neto 2020-02-06 17:00:02 -03:00 committed by Florian Müllner
parent 43a45c091d
commit 0b150a17c5

View File

@ -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);