From d98d35b3293b3b4b27db4d578348f43a86201cfc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Jan 2014 11:45:08 +0000 Subject: Related: #i56998# english doesn't put a space between numbers and percent Change-Id: I9c9579e8e1b8009fef169b434e2d839e36da8984 --- sc/source/ui/src/scfuncs.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/src') diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index e413b09dad22..3f2e710956e2 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -5676,7 +5676,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 #*=- -- cgit