No point in translating these properties, they
are not strings.
Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/5146
Origin: upstream, 4.8.4, commit:
92ebf8ab13ab7e24cb2d9971cafd52bc579ab3c3
Gbp-Pq: Name fontchooser-Drop-a-few-errant-translations.patch
<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>
<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>