diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2017-01-07 11:41:58 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2017-02-07 06:41:45 +0000 |
commit | fb8a324402a8689601fd66bc16f220495978adcb (patch) | |
tree | 3e9c315aeefcc09fe7fc2d55324712c9a7092267 /svx/uiconfig/ui | |
parent | 77a7a92f855810695a11d4ea285f76ec08600493 (diff) |
mark numbers in compress dialog as untranslatable
Change-Id: Id7761bdc7569c84a5f4edc5d2c7d764ea1ccd506
Reviewed-on: https://gerrit.libreoffice.org/32814
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/compressgraphicdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index 8648523fc205..ff9c1003c421 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -208,7 +208,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="text" translatable="yes">90</property> + <property name="text" translatable="no">90</property> <property name="adjustment">quality-adjustment</property> <property name="numeric">True</property> <property name="value">90</property> @@ -256,7 +256,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="text" translatable="yes">9</property> + <property name="text" translatable="no">9</property> <property name="adjustment">compression-adjustment</property> <property name="numeric">True</property> <property name="value">9</property> @@ -392,7 +392,7 @@ <object class="GtkSpinButton" id="spin-new-width"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="text" translatable="yes">1</property> + <property name="text" translatable="no">1</property> <property name="adjustment">width-adjustment</property> <property name="numeric">True</property> <property name="value">1</property> @@ -406,7 +406,7 @@ <object class="GtkSpinButton" id="spin-new-height"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="text" translatable="yes">1</property> + <property name="text" translatable="no">1</property> <property name="adjustment">height-adjustment</property> <property name="numeric">True</property> <property name="value">1</property> |