[gnome-control-center/benzea/i18n-fixes] display: Mark "Scale" label as translatable



commit f2a5164dcf156039e8a29b7bde9019aaf0666286
Author: Benjamin Berg <bberg redhat com>
Date:   Wed Feb 27 10:56:33 2019 +0100

    display: Mark "Scale" label as translatable
    
    These strings were not marked as translatable when the panel was ported
    to use templates.
    
    Follow up for 9fba7cc2

 panels/display/cc-display-settings.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/display/cc-display-settings.ui b/panels/display/cc-display-settings.ui
index 02f8d60f3..17e80efa3 100644
--- a/panels/display/cc-display-settings.ui
+++ b/panels/display/cc-display-settings.ui
@@ -56,7 +56,7 @@
         <property name="width_request">100</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
-        <property name="title">Scale</property>
+        <property name="title" translatable="yes">Scale</property>
         <child type="action">
           <object class="GtkButtonBox" id="scale_bbox">
             <property name="visible">True</property>


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