[NetworkManager-pptp/wip/verdre/update-dialogs] auth-dialog: Update strings for new dialog design in gnome-shell



commit 0cd1dae4d0d3df2f0fb5a86b93ed46c71d48714e
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Fri Feb 14 23:38:57 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index aa6aa64..eaf3cf3 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -154,7 +154,7 @@ get_secrets (const char *vpn_uuid,
                g_key_file_set_string (keyfile, UI_KEYFILE_GROUP, "Description", prompt);
                g_key_file_set_string (keyfile, UI_KEYFILE_GROUP, "Title", _("Authenticate VPN"));
 
-               keyfile_add_entry_info (keyfile, NM_PPTP_KEY_PASSWORD, pw ? pw : "", _("Password:"), TRUE, 
allow_interaction);
+               keyfile_add_entry_info (keyfile, NM_PPTP_KEY_PASSWORD, pw ? pw : "", _("Password"), 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]