From 0b150a17c5b174040fd3f83405735803d85f67df Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 6 Feb 2020 17:00:02 -0300 Subject: [PATCH] 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 --- js/gdm/loginDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 4a7bc5a4c..2505d1894 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -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);