[gnome-control-center/gnome-3-10] network: Remove "Team" from translations



commit 134cad2f2e4a2832009b2cdfcd56ff945165970b
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 13 09:31:55 2014 +0100

    network: Remove "Team" from translations
    
    If the user knows what it is, it's likely they'll know the
    English word for it. This also allows us to add support for it
    even though we're in a string freeze.

 .../connection-editor/net-connection-editor.c      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/connection-editor/net-connection-editor.c 
b/panels/network/connection-editor/net-connection-editor.c
index 63506e8..10b54c0 100644
--- a/panels/network/connection-editor/net-connection-editor.c
+++ b/panels/network/connection-editor/net-connection-editor.c
@@ -594,7 +594,7 @@ typedef struct {
 static const NetConnectionType connection_types[] = {
         { N_("VPN"), nm_setting_vpn_get_type },
         { N_("Bond"), nm_setting_bond_get_type },
-        { N_("Team"), nm_setting_team_get_type },
+        { "Team", nm_setting_team_get_type },
         { N_("Bridge"), nm_setting_bridge_get_type },
         { N_("VLAN"), nm_setting_vlan_get_type }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]