summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-24 12:41:57 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-24 19:53:34 +0100
commitc18179cf80516f1eca9629a0a8b888e0ca67a020 (patch)
tree0e7bfc62ba8932a0d46556714291b4444c8cb650 /basctl
parent0321a639837da7c2ce7ad2f66a7536a5b4a07c6c (diff)
Make some .ui strings translatable / not translatable
Found with bin/ui-translatable.sh Change-Id: I63d613a946c32821c836aaeda897b9713cc681f7 Reviewed-on: https://gerrit.libreoffice.org/69595 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/uiconfig/basicide/ui/basicmacrodialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui b/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
index 4fbaa0ff41c3..bbae04a2c29d 100644
--- a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
+++ b/basctl/uiconfig/basicide/ui/basicmacrodialog.ui
@@ -360,7 +360,7 @@
</child>
<child>
<object class="GtkButton" id="delete">
- <property name="label">_Delete</property>
+ <property name="label" translatable="yes" context="basicmacrodialog|delete">_Delete</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -374,7 +374,7 @@
</child>
<child>
<object class="GtkButton" id="new">
- <property name="label">_New</property>
+ <property name="label" translatable="yes" context="basicmacrodialog|new">_New</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>