[gnome-control-center] wacom: mark some strings as translatable



commit c5d0437c0fcf1d9420872f7eccf762b8b46123f5
Author: oscfdezdz <oscfdezdz tuta io>
Date:   Thu Mar 17 18:08:27 2022 +0100

    wacom: mark some strings as translatable
    
    Some UI strings were not marked as translatable when the panel was ported to GTK4.

 panels/wacom/cc-wacom-stylus-page.ui | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-stylus-page.ui b/panels/wacom/cc-wacom-stylus-page.ui
index 63f82037b..771ddda5f 100644
--- a/panels/wacom/cc-wacom-stylus-page.ui
+++ b/panels/wacom/cc-wacom-stylus-page.ui
@@ -32,7 +32,7 @@
                     <property name="vexpand">True</property>
                     <signal name="value-changed" handler="on_tip_pressure_value_changed" swapped="yes"/>
                     <accessibility>
-                      <property name="label">Stylus tip pressure</property>
+                      <property name="label" translatable="yes">Stylus tip pressure</property>
                     </accessibility>
                   </object>
                 </child>
@@ -79,7 +79,7 @@
               <object class="GtkBox" id="stylus_eraser_pressure_box">
                 <child>
                   <object class="GtkLabel">
-                    <property name="label">Soft</property>
+                    <property name="label" translatable="yes">Soft</property>
                     <style>
                       <class name="caption"/>
                     </style>
@@ -93,13 +93,13 @@
                     <property name="vexpand">True</property>
                     <signal name="value-changed" handler="on_eraser_pressure_value_changed" swapped="yes"/>
                     <accessibility>
-                      <property name="label">Eraser pressure</property>
+                      <property name="label" translatable="yes">Eraser pressure</property>
                     </accessibility>
                   </object>
                 </child>
                 <child>
                   <object class="GtkLabel">
-                    <property name="label">Firm</property>
+                    <property name="label" translatable="yes">Firm</property>
                     <style>
                       <class name="caption"/>
                     </style>
@@ -130,11 +130,11 @@
   </object>
   <object class="GtkStringList" id="button_model">
     <items>
-      <item>Default</item>
-      <item>Middle Mouse Button Click</item>
-      <item>Right Mouse Button Click</item>
-      <item>Back</item>
-      <item>Forward</item>
+      <item translatable="yes">Default</item>
+      <item translatable="yes">Middle Mouse Button Click</item>
+      <item translatable="yes">Right Mouse Button Click</item>
+      <item translatable="yes">Back</item>
+      <item translatable="yes">Forward</item>
     </items>
   </object>
 </interface>


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