[gnome-control-center] Network: Adjust wording of VPN status messages too
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Network: Adjust wording of VPN status messages too
- Date: Thu, 17 Mar 2011 01:37:05 +0000 (UTC)
commit c93c35aef905877300f2eea753b6c13533b82a1d
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 16 21:36:07 2011 -0400
Network: Adjust wording of VPN status messages too
panels/network/panel-common.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
---
diff --git a/panels/network/panel-common.c b/panels/network/panel-common.c
index 8bebbcd..9867eb8 100644
--- a/panels/network/panel-common.c
+++ b/panels/network/panel-common.c
@@ -241,32 +241,26 @@ panel_vpn_state_to_localized_string (NMVPNConnectionState type)
value = _("Status unknown");
break;
case NM_VPN_CONNECTION_STATE_PREPARE:
- /* TRANSLATORS: VPN status */
- value = _("Preparing");
- break;
- case NM_VPN_CONNECTION_STATE_NEED_AUTH:
- /* TRANSLATORS: VPN status */
- value = _("Authenticating");
- break;
case NM_VPN_CONNECTION_STATE_CONNECT:
+ case NM_VPN_CONNECTION_STATE_IP_CONFIG_GET:
/* TRANSLATORS: VPN status */
value = _("Connecting");
break;
- case NM_VPN_CONNECTION_STATE_IP_CONFIG_GET:
+ case NM_VPN_CONNECTION_STATE_NEED_AUTH:
/* TRANSLATORS: VPN status */
- value = _("Getting network address");
+ value = _("Authentication required");
break;
case NM_VPN_CONNECTION_STATE_ACTIVATED:
/* TRANSLATORS: VPN status */
- value = _("Active");
+ value = _("Connected");
break;
case NM_VPN_CONNECTION_STATE_FAILED:
/* TRANSLATORS: VPN status */
- value = _("Failed");
+ value = _("Connection failed");
break;
case NM_VPN_CONNECTION_STATE_DISCONNECTED:
/* TRANSLATORS: VPN status */
- value = _("Disconnected");
+ value = _("Not connected");
break;
default:
/* TRANSLATORS: VPN status */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]