diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-20 09:55:08 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2014-01-20 09:55:08 +0000 |
commit | 6e2c0fef5906a0b48384b21fda6f63e7485ce00d (patch) | |
tree | e8c3dc04f7c0b0bb549b50d24bec7cce929c507a /sc | |
parent | 9d2066ac820a3b4ecf84d591d19c8b8d2bdecdd8 (diff) |
#i56998# add space before percent character in text and quick help
Notes
Notes:
reject: despite ISO 31-0, English formatting rules dont approve a space between % and the number
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index d54afd69c094..f4116f838452 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -5448,7 +5448,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 5 // Description of Parameter 2 { - Text [ en-US ] = "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50 %, 3 = 75 %, 4 =MAX)." ; + Text [ en-US ] = "The type of the quartile (0 = MIN, 1 = 25 %, 2 = 50 %, 3 = 75 %, 4 = MAX)." ; }; }; // -=*# Resource for function KGRÖSSTE #*=- |