[Libreoffice-commits] .: sw/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 14 13:15:03 PST 2013


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

New commits:
commit 9ad64e2c8c9e8b192bb97fcf0ef40061ec379f40
Author: Andras Timar <atimar at suse.com>
Date:   Mon Jan 14 22:12:03 2013 +0100

    fdo#58854 'Insert' button was untranslatable
    
    Change-Id: Iedb17e216083fdb8990fe9dc663b27eaa352ecf3

diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui
index 9cf3cdc..b05a053 100644
--- a/sw/uiconfig/swriter/ui/inserttable.ui
+++ b/sw/uiconfig/swriter/ui/inserttable.ui
@@ -42,7 +42,7 @@
             </child>
             <child>
               <object class="GtkButton" id="ok">
-                <property name="label">Insert</property>
+                <property name="label" translatable="yes">Insert</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>


More information about the Libreoffice-commits mailing list