summaryrefslogtreecommitdiff
path: root/sw
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 /sw
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 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/exchangedatabases.ui2
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog8.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui b/sw/uiconfig/swriter/ui/exchangedatabases.ui
index 44f3285cda33..70ae9ad90f58 100644
--- a/sw/uiconfig/swriter/ui/exchangedatabases.ui
+++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui
@@ -324,7 +324,7 @@ Use the browse button to select a database file.</property>
<object class="GtkLabel" id="dbnameft">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label">DataSource.Command</property>
+ <property name="label" translatable="no">DataSource.Command</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog8.ui b/sw/uiconfig/swriter/ui/templatedialog8.ui
index 87d5a777394c..e7aab6487b59 100644
--- a/sw/uiconfig/swriter/ui/templatedialog8.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog8.ui
@@ -68,7 +68,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label">Standard</property>
+ <property name="label" translatable="yes" context="templatedialog8|standard">Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>