[gnome-builder] buildui-omnibar: Allow buttons homogeonous property to be translated



commit 403e53e51976052e6c510b9d55e766fe84441c05
Author: vanadiae <vanadiae35 gmail com>
Date:   Tue Dec 29 18:38:34 2020 +0100

    buildui-omnibar: Allow buttons homogeonous property to be translated
    
    This property was meant to be translatable, as the comment on the line
    before indicates. It'll allow translators to manually toggle whether
    the buttons in the omnibar should he homogeonous, because in certain
    languages it takes a really big width which means that the different
    labels in the popover and buttons are spread in long distances.
    
    So this commit makes it translatable.

 src/plugins/buildui/gbp-buildui-omni-bar-section.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/buildui/gbp-buildui-omni-bar-section.ui 
b/src/plugins/buildui/gbp-buildui-omni-bar-section.ui
index 1b0bf2013..2c15f3fe8 100644
--- a/src/plugins/buildui/gbp-buildui-omni-bar-section.ui
+++ b/src/plugins/buildui/gbp-buildui-omni-bar-section.ui
@@ -482,7 +482,7 @@
             <property name="margin_top">24</property>
             <property name="spacing">6</property>
             <!-- translators: valid values are 'true' or 'false', untranslated. If the buttons in the build 
popover are too large because of translations, set to false to disable homogeneous sizing -->
-            <property name="homogeneous">true</property>
+            <property name="homogeneous" translatable="yes">true</property>
             <child>
               <object class="GtkButton">
                 <property name="label" translatable="yes">Build</property>


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