[Libreoffice-commits] core.git: desktop/uiconfig sd/uiconfig svx/uiconfig

Andras Timar andras.timar at collabora.com
Mon Jun 16 03:31:02 PDT 2014


 desktop/uiconfig/ui/updaterequireddialog.ui |    4 ++--
 sd/uiconfig/simpress/ui/publishingdialog.ui |    2 +-
 svx/uiconfig/ui/docrecoveryrecoverdialog.ui |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 76fe2776afea5d2b02aeef1052e84a9d9f7fbbb1
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Jun 16 12:32:25 2014 +0200

    translatable="yes" in .ui files
    
    Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1

diff --git a/desktop/uiconfig/ui/updaterequireddialog.ui b/desktop/uiconfig/ui/updaterequireddialog.ui
index 7c641c7..881bb32 100644
--- a/desktop/uiconfig/ui/updaterequireddialog.ui
+++ b/desktop/uiconfig/ui/updaterequireddialog.ui
@@ -103,7 +103,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="check">
-                <property name="label">Check for_Updates...</property>
+                <property name="label" translatable="yes">Check for_Updates...</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
@@ -119,7 +119,7 @@
             </child>
             <child>
               <object class="GtkButton" id="disable">
-                <property name="label">Disable all</property>
+                <property name="label" translatable="yes">Disable all</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui
index 8d8c9b7..2ed53b7 100644
--- a/sd/uiconfig/simpress/ui/publishingdialog.ui
+++ b/sd/uiconfig/simpress/ui/publishingdialog.ui
@@ -1680,7 +1680,7 @@
             </child>
             <child>
               <object class="GtkButton" id="finishButton">
-                <property name="label">_Create</property>
+                <property name="label" translatable="yes">_Create</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
diff --git a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui
index f11f71e..4de5a55 100644
--- a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui
+++ b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui
@@ -19,7 +19,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="next">
-                <property name="label">_Start Recovery ></property>
+                <property name="label" translatable="yes">_Start Recovery ></property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>


More information about the Libreoffice-commits mailing list