[Libreoffice-commits] core.git: sw/uiconfig

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Thu May 9 21:41:01 UTC 2019


 sw/uiconfig/swriter/ui/characterproperties.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9add9b231baa889d829b5e208eee55315b66299e
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu May 9 12:23:39 2019 -0300
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Thu May 9 23:39:31 2019 +0200

    tdf#124343 Make string translatable
    
    Turn standard button translatable.
    
    Change-Id: I042846b0377adade66eb9bb8b4a3b3bef829a9f4
    Reviewed-on: https://gerrit.libreoffice.org/72061
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui
index db760c112deb..feb8bbaac6e6 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -38,7 +38,7 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label" translatable="no">_Standard</property>
+                <property name="label" translatable="yes" context="characterproperties|standard">_Standard</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>


More information about the Libreoffice-commits mailing list