summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-18 16:40:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-18 16:40:37 -0400
commitd4d7d5eafd39dd0b32b53dc042d3ef0896706faa (patch)
tree6a74d28e52c1629d358fdd9c9d84c56bfa52dc00
parentf658027c51a99dfb99b0a2bbe3dbfa8cd6ed0900 (diff)
downloadgtk+-d4d7d5eafd39dd0b32b53dc042d3ef0896706faa.tar.gz
fontchooser: Drop a few errant translations
No point in translating these properties, they are not strings. Fixes: #5146
-rw-r--r--gtk/ui/gtkfontchooserwidget.ui4
1 files 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>