[Libreoffice-commits] core.git: Branch 'feature/cib_contract57' - sfx2/uiconfig svx/uiconfig

Andras Timar andras.timar at collabora.com
Tue Jan 24 11:43:35 UTC 2017


 sfx2/uiconfig/ui/safemodequerydialog.ui  |    2 +-
 svx/uiconfig/ui/profileexporteddialog.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c67297308b8b635e28dd695a8d8632c755ea926f
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Nov 23 08:51:43 2016 +0100

    make strings localizable
    
    Change-Id: Ic74b55b12926a23e9e98308407a88e73dc9cb0c7
    (cherry picked from commit 666eb88b3125e8d62e05f6e0fc75cc6653ab42d5)

diff --git a/sfx2/uiconfig/ui/safemodequerydialog.ui b/sfx2/uiconfig/ui/safemodequerydialog.ui
index 72bab52..6d9ba3a 100644
--- a/sfx2/uiconfig/ui/safemodequerydialog.ui
+++ b/sfx2/uiconfig/ui/safemodequerydialog.ui
@@ -36,7 +36,7 @@
             </child>
             <child>
               <object class="GtkButton" id="restart">
-                <property name="label">_Restart</property>
+                <property name="label" translatable="yes">_Restart</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
diff --git a/svx/uiconfig/ui/profileexporteddialog.ui b/svx/uiconfig/ui/profileexporteddialog.ui
index 3897bd5..0946593 100644
--- a/svx/uiconfig/ui/profileexporteddialog.ui
+++ b/svx/uiconfig/ui/profileexporteddialog.ui
@@ -37,7 +37,7 @@
             </child>
             <child>
               <object class="GtkButton" id="openfolder">
-                <property name="label">Open Containing _Folder</property>
+                <property name="label" translatable="yes">Open Containing _Folder</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