diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-05 22:15:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 07:19:07 +0200 |
commit | e8288b8857928cb54077608ca5907c966bfd490f (patch) | |
tree | 98f299823b1aa957dd77d6c73acd3655495dbed4 /sc | |
parent | f585323f89207b4ff93c6b0dbf1d80b0253bac02 (diff) |
Related: #i56998# english doesn't put a space between numbers and percent
Also put a missing space before MAX
Change-Id: Ie2def48ec66d4de91bd16c39ed821c4028b6d1c6
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 4fa92d8470de..0e6dfb7fdac9 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -6060,7 +6060,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 5 // Description of Parameter 2 { - Text [ en-US ] = "The type of the quartile (1 = 25%, 2 = 50 %, 3 = 75 %)." ; + Text [ en-US ] = "The type of the quartile (1 = 25%, 2 = 50%, 3 = 75%)." ; }; }; // -=*# Resource for function QUARTILE.INC #*=- @@ -6092,7 +6092,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 #*=- |