[NetworkManager-openvpn: 2/3] auth-dialog: Remove ":" suffix from dialog entry strings
- From: Beniamino Galvani <bgalvani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openvpn: 2/3] auth-dialog: Remove ":" suffix from dialog entry strings
- Date: Fri, 28 Feb 2020 17:12:48 +0000 (UTC)
commit 262a40d3712ad0b229d39b7b73e1b92656290c0a
Author: Jonas Dreßler <verdre v0yd nl>
Date: Tue Feb 4 18:58:57 2020 +0100
auth-dialog: Remove ":" suffix from dialog entry strings
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 3ea09fe..459802a 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -179,21 +179,21 @@ eui_finish (const char *vpn_name,
keyfile_add_entry_info (keyfile,
NM_OPENVPN_KEY_PASSWORD,
existing_password ? existing_password : "",
- _("Password:"),
+ _("Password"),
TRUE,
need_password && allow_interaction);
keyfile_add_entry_info (keyfile,
NM_OPENVPN_KEY_CERTPASS,
existing_certpass ? existing_certpass : "",
- _("Certificate password:"),
+ _("Certificate password"),
TRUE,
need_certpass && allow_interaction);
keyfile_add_entry_info (keyfile,
NM_OPENVPN_KEY_HTTP_PROXY_PASSWORD,
existing_proxypass ? existing_proxypass : "",
- _("HTTP proxy password:"),
+ _("HTTP proxy password"),
TRUE,
need_proxypass && allow_interaction);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]