diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2014-06-20 15:09:14 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-20 16:16:55 +0000 |
commit | 55f47e58de100ce1ee22f76b0afb00be6bae2d2b (patch) | |
tree | 9ecfd9f0eb2af3b94ea291b5d15b1dabd029c894 /chart2 | |
parent | 34d4658584ae58b1022f84367a31c234c0e326a3 (diff) |
mark numbers as untranslatable
Change-Id: Iaa592297e8a946c121b9eaedbbab136db7593316
Reviewed-on: https://gerrit.libreoffice.org/9838
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/tp_RangeChooser.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/uiconfig/ui/tp_RangeChooser.ui b/chart2/uiconfig/ui/tp_RangeChooser.ui index 0d32774c540d..c2899117195b 100644 --- a/chart2/uiconfig/ui/tp_RangeChooser.ui +++ b/chart2/uiconfig/ui/tp_RangeChooser.ui @@ -202,7 +202,7 @@ <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="width_chars">5</property> - <property name="text" translatable="yes">0</property> + <property name="text" translatable="no">0</property> <property name="input_purpose">number</property> </object> <packing> @@ -218,7 +218,7 @@ <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="width_chars">5</property> - <property name="text" translatable="yes">0</property> + <property name="text" translatable="no">0</property> </object> <packing> <property name="left_attach">3</property> |