diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-04-14 16:46:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-15 11:36:18 +0200 |
commit | 33624fff2d66ad9cdab94df654c802acde42c0ba (patch) | |
tree | b6e516406cb5466c827bbd4db6d2a871672ff1bf /sd/uiconfig/simpress/ui | |
parent | b8349ca053753bb0dc713933628a1575a70677d3 (diff) |
Fix number decimal separator in text tags in ui several files
Change-Id: I55b5fe4fdd89f9383c6ce646780cce846639736f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150420
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sd/uiconfig/simpress/ui')
-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 dc3b00a287c4..051534ffdeba 100644 --- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui +++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui @@ -573,7 +573,7 @@ <property name="can-focus">True</property> <property name="no-show-all">True</property> <property name="activates-default">True</property> - <property name="text">0,00</property> + <property name="text">0.00</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustment2</property> <property name="digits">2</property> @@ -588,7 +588,7 @@ <property name="can-focus">True</property> <property name="no-show-all">True</property> <property name="activates-default">True</property> - <property name="text">0,00</property> + <property name="text">0.00</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustment4</property> <property name="digits">2</property> |