[gnome-control-center/gnome-3-8] network: Remove "Team" from translations
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] network: Remove "Team" from translations
- Date: Mon, 13 Jan 2014 08:45:54 +0000 (UTC)
commit d9788d60306999e131808373027d68a7130b7d08
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 4a1be52..c210b4d 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]