[gnome-control-center] panels: Mark label strings as translatable



commit 86b7af3f0e87874575bd1869c7f417f15b2509fa
Author: David King <amigadave amigadave com>
Date:   Thu Sep 4 15:58:03 2014 +0100

    panels: Mark label strings as translatable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736052

 panels/color/color.ui                              |    4 ++--
 .../network/connection-editor/connection-editor.ui |    2 +-
 panels/network/network-wifi.ui                     |    6 +++---
 panels/region/input-options.ui                     |    2 +-
 panels/wacom/button-mapping.ui                     |    2 +-
 panels/wacom/gnome-wacom-properties.ui             |    2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index aeb50e0..949d46e 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -653,7 +653,7 @@
             </child>
             <child>
               <object class="GtkButton" id="button_assign_cancel">
-                <property name="label">_Cancel</property>
+                <property name="label" translatable="yes">_Cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -668,7 +668,7 @@
             </child>
             <child>
               <object class="GtkButton" id="button_assign_ok">
-                <property name="label">_Add</property>
+                <property name="label" translatable="yes">_Add</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/panels/network/connection-editor/connection-editor.ui 
b/panels/network/connection-editor/connection-editor.ui
index d34696d..3ddb3ad 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -21,7 +21,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="details_cancel_button">
-                <property name="label">_Cancel</property>
+                <property name="label" translatable="yes">_Cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/panels/network/network-wifi.ui b/panels/network/network-wifi.ui
index c6d27cb..6098c9a 100644
--- a/panels/network/network-wifi.ui
+++ b/panels/network/network-wifi.ui
@@ -21,7 +21,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="details_cancel_button">
-                <property name="label">_Cancel</property>
+                <property name="label" translatable="yes">_Cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -35,7 +35,7 @@
             </child>
             <child>
               <object class="GtkButton" id="details_apply_button">
-                <property name="label">_Apply</property>
+                <property name="label" translatable="yes">_Apply</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -1553,7 +1553,7 @@ here</property>
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="hotspot-cancel-button">
-                <property name="label">_Cancel</property>
+                <property name="label" translatable="yes">_Cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/panels/region/input-options.ui b/panels/region/input-options.ui
index 29fdd3b..723314e 100644
--- a/panels/region/input-options.ui
+++ b/panels/region/input-options.ui
@@ -18,7 +18,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="ok-button">
-                <property name="label">_Close</property>
+                <property name="label" translatable="yes">_Close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/panels/wacom/button-mapping.ui b/panels/wacom/button-mapping.ui
index 4ed27da..ed5083e 100644
--- a/panels/wacom/button-mapping.ui
+++ b/panels/wacom/button-mapping.ui
@@ -34,7 +34,7 @@
             </child>
             <child>
               <object class="GtkButton" id="close_button">
-                <property name="label">_Close</property>
+                <property name="label" translatable="yes">_Close</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
diff --git a/panels/wacom/gnome-wacom-properties.ui b/panels/wacom/gnome-wacom-properties.ui
index ff21ec2..95c6605 100644
--- a/panels/wacom/gnome-wacom-properties.ui
+++ b/panels/wacom/gnome-wacom-properties.ui
@@ -56,7 +56,7 @@
             </child>
             <child>
               <object class="GtkButton" id="closebutton1">
-                <property name="label">_Close</property>
+                <property name="label" translatable="yes">_Close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>


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