[Libreoffice-commits] core.git: sc/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Sun Jan 5 04:37:07 PST 2014
sc/source/ui/src/scfuncs.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0282ab3c3aa89938d944e8823d0ae4cd0cdeaaf2
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
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 882f20d..e59f8e7 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -7554,11 +7554,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