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

New commits:
commit 1142320ccd6e9d7dcfcda339cd2b32674b7a3d32
Author: Winfried Donkers <winfrieddonk...@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.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@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 #*=-
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to