starmath/uiconfig/smath/ui/sidebarproperties_math.ui |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 673b781fcf18f45c5166c9826131863067c1417d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon May 16 09:52:34 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon May 16 17:56:28 2022 +0200

    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 <caol...@redhat.com>

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>

Reply via email to