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

New commits:
commit 5085b66ef12298f488c4d7254c31292ef8fa621b
Author: Winfried Donkers <winfrieddonk...@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 <er...@redhat.com>
    Tested-by: Eike Rathke <er...@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 #*=-
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to