[NetworkManager-pptp] auth-dialog: Update strings for new dialog design in gnome-shell
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-pptp] auth-dialog: Update strings for new dialog design in gnome-shell
- Date: Mon, 4 May 2020 15:39:19 +0000 (UTC)
commit 2bca638f9bd52d693e8c6c2db6cbb3e1c24912de
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.
https://gitlab.gnome.org/GNOME/NetworkManager-pptp/-/merge_requests/7
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]