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

Winfried Donkers winfrieddonkers at libreoffice.org
Thu Oct 31 12:42:33 CET 2013


 sc/source/ui/src/scfuncs.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5085b66ef12298f488c4d7254c31292ef8fa621b
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date:   Thu Oct 31 10:47:10 2013 +0100

    fix incorrect strings for calc functions STDEVP and STDEV.P
    
    Change-Id: I13f7127afbc05a352ffd74a4715e6cc6260a1a07
    Reviewed-on: https://gerrit.libreoffice.org/6506
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index b6d157f..86be3de 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -5300,7 +5300,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 3 // Description of Parameter 1
         {
-            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ;
+            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a population." ;
         };
     };
      // -=*# Resource for function STDEV.P #*=-
@@ -5324,7 +5324,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 3 // Description of Parameter 1
         {
-            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ;
+            Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a population." ;
         };
     };
      // -=*# Resource for function STABWNA #*=-


More information about the Libreoffice-commits mailing list