[PATCH] Change in core[libreoffice-4-0]: fdo#59212 UI elements were untranslatable in Basic Macro dia...

Andras Timar (via Code Review) gerrit at gerrit.libreoffice.org
Tue Jan 15 07:25:27 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1699

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/1699/1

fdo#59212 UI elements were untranslatable in Basic Macro dialog

Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df
---
M basctl/uiconfig/basicide/ui/basicmacrodialog.ui
1 file changed, 6 insertions(+), 6 deletions(-)



diff --git a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui b/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
index e5d5eff..4acfa63 100644
--- a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
+++ b/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
@@ -17,7 +17,7 @@
             <property name="layout_style">start</property>
             <child>
               <object class="GtkButton" id="run">
-                <property name="label">Run</property>
+                <property name="label" translatable="yes">Run</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -35,7 +35,7 @@
             </child>
             <child>
               <object class="GtkButton" id="assign">
-                <property name="label">Assign...</property>
+                <property name="label" translatable="yes">Assign...</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -51,7 +51,7 @@
             </child>
             <child>
               <object class="GtkButton" id="edit">
-                <property name="label">Edit</property>
+                <property name="label" translatable="yes">Edit</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -84,7 +84,7 @@
             </child>
             <child>
               <object class="GtkButton" id="organize">
-                <property name="label">Organizer...</property>
+                <property name="label" translatable="yes">Organizer...</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -100,7 +100,7 @@
             </child>
             <child>
               <object class="GtkButton" id="newlibrary">
-                <property name="label">New Library</property>
+                <property name="label" translatable="yes">New Library</property>
                 <property name="use_action_appearance">False</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -116,7 +116,7 @@
             </child>
             <child>
               <object class="GtkButton" id="newmodule">
-                <property name="label">New Module</property>
+                <property name="label" translatable="yes">New Module</property>
                 <property name="use_action_appearance">False</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>

-- 
To view, visit https://gerrit.libreoffice.org/1699
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Andras Timar <atimar at suse.com>



More information about the LibreOffice mailing list