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

Stanislav Horacek stanislav.horacek at gmail.com
Wed Jul 2 06:06:25 PDT 2014


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

New commits:
commit 8635fa156ba63e5f63565b6d19ea798a61643b01
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Fri Jun 20 15:16:58 2014 +0200

    fdo#79216 correct description of NORM.S.DIST function
    
    Change-Id: I5b95e4d648793253b0ac3c5ccd4019a145a3e762
    Reviewed-on: https://gerrit.libreoffice.org/9839
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index f8e1264..0e55514 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -7172,7 +7172,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
     {
         String 1 // Description
         {
-            Text [ en-US ] = "The values of the standard normal cumulative distribution." ;
+            Text [ en-US ] = "The values of the standard normal distribution." ;
         };
         ExtraData =
         {


More information about the Libreoffice-commits mailing list