[gtk/matthiasc/for-main] fontchooser: Drop a few errant translations




commit d4d7d5eafd39dd0b32b53dc042d3ef0896706faa
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 18 16:40:37 2022 -0400

    fontchooser: Drop a few errant translations
    
    No point in translating these properties, they
    are not strings.
    
    Fixes: #5146

 gtk/ui/gtkfontchooserwidget.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/ui/gtkfontchooserwidget.ui b/gtk/ui/gtkfontchooserwidget.ui
index 99324481fe..ffd3ae68e4 100644
--- a/gtk/ui/gtkfontchooserwidget.ui
+++ b/gtk/ui/gtkfontchooserwidget.ui
@@ -188,7 +188,7 @@
                                 <property name="tooltip-text" translatable="yes">Preview Font</property>
                                 <child>
                                   <object class="GtkEventControllerScroll">
-                                    <property name="flags" translatable="yes">horizontal</property>
+                                    <property name="flags">horizontal</property>
                                     <signal name="scroll" handler="resize_by_scroll_cb"/>
                                   </object>
                                 </child>
@@ -217,7 +217,7 @@
                                 <property name="round-digits">0</property>
                                 <child>
                                   <object class="GtkEventControllerScroll">
-                                    <property name="flags" translatable="yes">horizontal</property>
+                                    <property name="flags">horizontal</property>
                                     <signal name="scroll" handler="resize_by_scroll_cb"/>
                                   </object>
                                 </child>


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