[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Mon Jan 20 03:46:09 PST 2014


 sc/source/ui/src/scfuncs.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d98d35b3293b3b4b27db4d578348f43a86201cfc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 20 11:45:08 2014 +0000

    Related: #i56998# english doesn't put a space between numbers and percent
    
    Change-Id: I9c9579e8e1b8009fef169b434e2d839e36da8984

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index e413b09..3f2e710 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 #*=-


More information about the Libreoffice-commits mailing list