diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-05-16 09:52:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-05-16 17:56:28 +0200 |
commit | 673b781fcf18f45c5166c9826131863067c1417d (patch) | |
tree | a27d532ed03002cbd46972381c809c75bd3330fe /starmath | |
parent | a49c68354656dcdcef87d5c14c8f8f3e3391ec6f (diff) |
use explicit translatable="no" like we typically do in this case
Change-Id: I6dfcca43fbeace4a75878f0eebe57289b221c4fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134388
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/sidebarproperties_math.ui | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/starmath/uiconfig/smath/ui/sidebarproperties_math.ui b/starmath/uiconfig/smath/ui/sidebarproperties_math.ui index b2d8b05eddf0..17acceb8aa54 100644 --- a/starmath/uiconfig/smath/ui/sidebarproperties_math.ui +++ b/starmath/uiconfig/smath/ui/sidebarproperties_math.ui @@ -17,7 +17,8 @@ <property name="orientation">vertical</property> <child> <object class="GtkButton" id="btnFormatFonts"> - <property name="label">Fonts</property> <!-- No need to translate - set in code --> + <!-- No need to translate - set in code --> + <property name="label" translatable="no">Fonts</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="valign">start</property> @@ -31,7 +32,8 @@ </child> <child> <object class="GtkButton" id="btnFormatFontSize"> - <property name="label">Font Size</property> <!-- No need to translate - set in code --> + <!-- No need to translate - set in code --> + <property name="label" translatable="no">Font Size</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="valign">start</property> @@ -45,7 +47,8 @@ </child> <child> <object class="GtkButton" id="btnFormatSpacing"> - <property name="label">Spacing</property> <!-- No need to translate - set in code --> + <!-- No need to translate - set in code --> + <property name="label" translatable="no">Spacing</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="valign">start</property> @@ -59,7 +62,8 @@ </child> <child> <object class="GtkButton" id="btnFormatAlignment"> - <property name="label">Alignment</property> <!-- No need to translate - set in code --> + <!-- No need to translate - set in code --> + <property name="label" translatable="no">Alignment</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="valign">start</property> |