[NetworkManager-fortisslvpn/wip/verdre/update-dialogs] auth-dialog: Update strings for new dialog design in gnome-shell
- From: verdre <jonasd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-fortisslvpn/wip/verdre/update-dialogs] auth-dialog: Update strings for new dialog design in gnome-shell
- Date: Fri, 14 Feb 2020 22:49:45 +0000 (UTC)
commit be5d20284c1848fee0ef9773bdbe60f20ef4629e
Author: Jonas Dreßler <verdre v0yd nl>
Date: Fri Feb 14 23:48:24 2020 +0100
auth-dialog: Update strings for new dialog design in gnome-shell
The text describing dialog-entries is now shown inside the entry in
gnome-shell, using a string like "Password:" for that does no longer
make sense and "Password" is preferred.
auth-dialog/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 6f60869..a944461 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -174,9 +174,9 @@ get_secrets (const char *vpn_uuid,
g_key_file_set_string (keyfile, UI_KEYFILE_GROUP, "Title", _("Authenticate VPN"));
if (ask_password)
- keyfile_add_entry_info (keyfile, NM_FORTISSLVPN_KEY_PASSWORD, pw ? pw : "",
_("Password:"), TRUE, allow_interaction);
+ keyfile_add_entry_info (keyfile, NM_FORTISSLVPN_KEY_PASSWORD, pw ? pw : "",
_("Password"), TRUE, allow_interaction);
if (ask_otp)
- keyfile_add_entry_info (keyfile, NM_FORTISSLVPN_KEY_OTP, "", _("Token:"), TRUE,
allow_interaction);
+ keyfile_add_entry_info (keyfile, NM_FORTISSLVPN_KEY_OTP, "", _("Token"), TRUE,
allow_interaction);
keyfile_print_stdout (keyfile);
g_key_file_unref (keyfile);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]