[PATCH] editor: mark two tooltips as translatable



---
 src/connection-editor/ce-page-wireless.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/connection-editor/ce-page-wireless.glade b/src/connection-editor/ce-page-wireless.glade
index 1cd9f3f..14cf313 100644
--- a/src/connection-editor/ce-page-wireless.glade
+++ b/src/connection-editor/ce-page-wireless.glade
@@ -68,7 +68,7 @@
           <widget class="GtkEntry" id="wireless_mac">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="tooltip">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
+            <property name="tooltip" translatable="yes">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>
@@ -201,7 +201,7 @@
           <widget class="GtkEntry" id="wireless_bssid">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="tooltip">This option locks this connection to the wireless access point (AP) specified by the BSSID entered here.  Example: 00:11:22:33:44:55</property>
+            <property name="tooltip" translatable="yes">This option locks this connection to the wireless access point (AP) specified by the BSSID entered here.  Example: 00:11:22:33:44:55</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>
-- 
1.7.0.4



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