[Libreoffice-commits] .: Branch 'libreoffice-4-0' - svx/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 12 02:33:07 PST 2013


 svx/uiconfig/ui/compressgraphicdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0e35a54631d0e514860ae53cd7b408bb3d2e144
Author: Andras Timar <atimar at suse.com>
Date:   Sat Jan 12 10:51:14 2013 +0100

    'Calculate' string was untranslatable
    
    Change-Id: I289e3f2c16ac1cd109e511af11f9a8fa38894edb
    Reviewed-on: https://gerrit.libreoffice.org/1663
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui
index 2f944f8..59b85b5 100644
--- a/svx/uiconfig/ui/compressgraphicdialog.ui
+++ b/svx/uiconfig/ui/compressgraphicdialog.ui
@@ -205,7 +205,7 @@
                             </child>
                             <child>
                               <object class="GtkButton" id="calculate">
-                                <property name="label">Calculate</property>
+                                <property name="label" translatable="yes">Calculate</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