diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-30 19:04:43 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-30 19:04:43 +0100 |
commit | 8027780051da7758f722d1b5e003bd5aa7eee1cd (patch) | |
tree | 111b93c448c920ecb735eadd734dc8907863af64 /desktop | |
parent | 781dc45515537991371e89212b25d3a262ab4cdf (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.ui | 8 |
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> |