summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-15 16:13:57 +0100
committerNoel Power <noel.power@suse.com>2013-01-15 15:56:31 +0000
commitc72bded3901c67129c5867ff209f7e108b232120 (patch)
treed4f0c85d84e0be3826f67185ae0ea26d40bc3ca7
parent38be1e0d67f77870c4802e6aa23f1cb422631cbc (diff)
fdo#59212 UI elements were untranslatable in Basic Macro dialog
Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df Reviewed-on: https://gerrit.libreoffice.org/1699 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
-rw-r--r--basctl/uiconfig/basicide/ui/basicmacrodialog.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui b/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
index e5d5effb226e..4acfa633de3d 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>