diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2017-12-25 17:40:01 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-12-26 14:04:36 +0100 |
commit | 2bf1cc7372088ec31ac5f0fb60de57feda59d3b7 (patch) | |
tree | 145fadfe3ad7ad18bdd0301cc521f98c82936cac /sw/uiconfig/swriter/ui | |
parent | b41fa706e0d4d16d9865ba295a8960376c96597f (diff) |
mark angle value in picturepage.ui as untranslatable
Change-Id: I20c2c13770d8bef2d4f8e117101fb92e8182e26e
Reviewed-on: https://gerrit.libreoffice.org/47059
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/picturepage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/picturepage.ui b/sw/uiconfig/swriter/ui/picturepage.ui index 4a9364e8dffd..e4e7afbb9ab0 100644 --- a/sw/uiconfig/swriter/ui/picturepage.ui +++ b/sw/uiconfig/swriter/ui/picturepage.ui @@ -304,7 +304,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="text" translatable="yes" context="picturepage">0,00</property> + <property name="text" translatable="no" context="picturepage">0,00</property> <property name="adjustment">adjustmentANGLE</property> <property name="digits">2</property> <property name="wrap">True</property> |