[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Winfried Donkers winfrieddonkers at libreoffice.org
Mon Jan 6 04:53:05 PST 2014


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

New commits:
commit 1142320ccd6e9d7dcfcda339cd2b32674b7a3d32
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date:   Sun Dec 29 16:29:49 2013 +0100

    fdo#73117 fix switched true/false explanation for HYPGEOM.DIST
    
    in function wizard.
    
    Change-Id: I768620967728c619e051e35e8ff472ae12f1404d
    Reviewed-on: https://gerrit.libreoffice.org/7274
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index d9e406c..ac37c4d 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -7210,11 +7210,11 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 10 // Name of Parameter 5
         {
-            Text [ en-US ] = "C" ;
+            Text [ en-US ] = "Cumulative" ;
         };
         String 11 // Description of Parameter 5
         {
-            Text [ en-US ] = "Cumulated. TRUE calculates the probability mass function, FALSE the cumulative distribution function." ;
+            Text [ en-US ] = "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function." ;
         };
     };
      // -=*# Resource for function TVERT #*=-


More information about the Libreoffice-commits mailing list