summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-30 19:04:43 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-30 19:09:53 +0100
commit642df5d716f858f1f6b3d6219132c3323032975a (patch)
treecc064c102f5d85e01a44a27d7403172fac0a5d35 /desktop
parent79384a8f6049d10fd581e782deb57db653ac1a25 (diff)
mark non-translatable .ui strings explicitely as such
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
Diffstat (limited to 'desktop')
-rw-r--r--desktop/uiconfig/ui/cmdlinehelp.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/uiconfig/ui/cmdlinehelp.ui b/desktop/uiconfig/ui/cmdlinehelp.ui
index 4c7714752250..62c61ac47c23 100644
--- a/desktop/uiconfig/ui/cmdlinehelp.ui
+++ b/desktop/uiconfig/ui/cmdlinehelp.ui
@@ -24,7 +24,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="xpad">10</property>
- <property name="label">HEADER</property>
+ <property name="label" translatable="no">HEADER</property>
</object>
<packing>
<property name="expand">False</property>
@@ -44,7 +44,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="xpad">10</property>
- <property name="label">LEFT</property>
+ <property name="label" translatable="no">LEFT</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -60,7 +60,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="xpad">10</property>
- <property name="label">RIGHT</property>
+ <property name="label" translatable="no">RIGHT</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -83,7 +83,7 @@
<property name="halign">start</property>
<property name="xalign">0</property>
<property name="xpad">10</property>
- <property name="label">BOTTOM</property>
+ <property name="label" translatable="no">BOTTOM</property>
</object>
<packing>
<property name="expand">False</property>