diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-01 22:24:36 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-06-02 08:34:44 +0000 |
commit | 791f129273dfabce4989cf6607db625104d28571 (patch) | |
tree | 25a5c4b0fbc8654b18ee7f796d8212b20366651b /chart2 | |
parent | bb1a4e173a4683cf22a2d41fc382b2b4e024aa82 (diff) |
Resolves: fdo#79506 Some numbers are marked as translatable
Exception:
http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55
Cherry-picked from acdff9f9763847c992e0853022896cff781c5ffe
Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
Reviewed-on: https://gerrit.libreoffice.org/9614
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/tp_Trendline.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/uiconfig/ui/tp_Trendline.ui b/chart2/uiconfig/ui/tp_Trendline.ui index e9ce8ef13372..7060c9931683 100644 --- a/chart2/uiconfig/ui/tp_Trendline.ui +++ b/chart2/uiconfig/ui/tp_Trendline.ui @@ -510,7 +510,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> - <property name="text" translatable="yes">0</property> + <property name="text" translatable="no">0</property> <property name="caps_lock_warning">False</property> <property name="input_purpose">number</property> </object> |