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 /sd/uiconfig | |
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 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui index 8bd31ce9308f..d68cf1b6d282 100644 --- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui +++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui @@ -551,7 +551,7 @@ <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="xalign">0</property> - <property name="label">info1</property> + <property name="label" translatable="no">info1</property> <property name="use_underline">True</property> <property name="mnemonic_widget">metricInfo1Fields:0.00mm</property> </object> @@ -581,7 +581,7 @@ <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="xalign">0</property> - <property name="label">info2</property> + <property name="label" translatable="no">info2</property> <property name="use_underline">True</property> <property name="mnemonic_widget">metricInfo2Fields:0.00mm</property> </object> |