[NetworkManager-fortisslvpn] auth-dialog: Update strings for new dialog design in gnome-shell



commit a1ca7bd5a6b29d166e2c1d82040f6b62eea1123e
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.
    
    https://gitlab.gnome.org/GNOME/NetworkManager-fortisslvpn/-/merge_requests/12

 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]