summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/templatedialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/templatedialog.ui b/sd/uiconfig/simpress/ui/templatedialog.ui
index e31f85a111ad..600104dbd243 100644
--- a/sd/uiconfig/simpress/ui/templatedialog.ui
+++ b/sd/uiconfig/simpress/ui/templatedialog.ui
@@ -38,7 +38,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label">_Standard</property>
+ <property name="label" translatable="yes" context="templatedialog|standard">_Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>