[gnome-control-center] network: Rename "Wireless" to "Wi-Fi" in the UI



commit 9e5a8eb5c8bce86b0762886dcda82f15c4ade7cc
Author: Dan Winship <danw gnome org>
Date:   Wed Aug 29 13:11:35 2012 -0400

    network: Rename "Wireless" to "Wi-Fi" in the UI
    
    We support multiple kinds of wireless networks; clarify which kind
    we're talking about here.
    
    Also, add "Wi-Fi" and "Wifi" to the desktop file search keywords
    (leaving "Wireless" there as well).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677143

 panels/network/gnome-network-panel.desktop.in.in |    2 +-
 panels/network/network-wifi.ui                   |   10 +++++-----
 panels/network/panel-common.c                    |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/panels/network/gnome-network-panel.desktop.in.in b/panels/network/gnome-network-panel.desktop.in.in
index 6b4787a..9b31147 100644
--- a/panels/network/gnome-network-panel.desktop.in.in
+++ b/panels/network/gnome-network-panel.desktop.in.in
@@ -14,4 +14,4 @@ X-GNOME-Bugzilla-Component=network
 X-GNOME-Bugzilla-Version= VERSION@
 X-GNOME-Settings-Panel=network
 # Translators: those are keywords for the network control-center panel
-_Keywords=Network;Wireless;IP;LAN;Proxy;
+_Keywords=Network;Wireless;Wi-Fi;Wifi;IP;LAN;Proxy;
diff --git a/panels/network/network-wifi.ui b/panels/network/network-wifi.ui
index 00c8985..b55affd 100644
--- a/panels/network/network-wifi.ui
+++ b/panels/network/network-wifi.ui
@@ -35,7 +35,7 @@
               <object class="GtkLabel" id="hotspot-dialog-title">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">Wireless Hotspot</property>
+                <property name="label" translatable="yes">Wi-Fi Hotspot</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                   <attribute name="scale" value="1.2"/>
@@ -174,7 +174,7 @@
                         <property name="can_focus">False</property>
                         <property name="halign">start</property>
                         <property name="hexpand">True</property>
-                        <property name="label" translatable="yes">Wireless</property>
+                        <property name="label" translatable="yes">Wi-Fi</property>
                         <attributes>
                           <attribute name="weight" value="bold"/>
                           <attribute name="scale" value="1.2"/>
@@ -335,7 +335,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Wireless</property>
+                        <property name="label" translatable="yes">Wi-Fi</property>
                         <property name="ellipsize">end</property>
                         <attributes>
                           <attribute name="weight" value="bold"/>
@@ -866,7 +866,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Wireless Hotspot</property>
+                        <property name="label" translatable="yes">Wi-Fi Hotspot</property>
                         <attributes>
                           <attribute name="weight" value="bold"/>
                           <attribute name="scale" value="1.2"/>
@@ -883,7 +883,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Switch off to connect to a wireless network</property>
+                        <property name="label" translatable="yes">Switch off to connect to a Wi-Fi network</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
diff --git a/panels/network/panel-common.c b/panels/network/panel-common.c
index debc957..707db8d 100644
--- a/panels/network/panel-common.c
+++ b/panels/network/panel-common.c
@@ -87,7 +87,7 @@ panel_device_to_localized_string (NMDevice *device)
                 break;
         case NM_DEVICE_TYPE_WIFI:
                 /* TRANSLATORS: device type */
-                value = _("Wireless");
+                value = _("Wi-Fi");
                 break;
         case NM_DEVICE_TYPE_MODEM:
                 caps = nm_device_modem_get_current_capabilities (NM_DEVICE_MODEM (device));



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