[NetworkManager-openvpn/wip/verdre/change-titles] auth-dialog: Remove ":" suffix from dialog entry strings
- From: verdre <jonasd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openvpn/wip/verdre/change-titles] auth-dialog: Remove ":" suffix from dialog entry strings
- Date: Fri, 14 Feb 2020 22:43:40 +0000 (UTC)
commit 309aa953317dd32f5b2231b2ad5fec999513415d
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 9381e7c..6f64699 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]