diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-12-29 16:29:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-01-05 13:33:10 +0100 |
commit | 0282ab3c3aa89938d944e8823d0ae4cd0cdeaaf2 (patch) | |
tree | 204ea757489b018054489838566994c5dab013b3 /sc | |
parent | e4a98b2b7da8e8ae0de8d489d9f9d79993db5326 (diff) |
fdo#73117 fix switched true/false explanation for HYPGEOM.DIST
in function wizard.
Change-Id: I768620967728c619e051e35e8ff472ae12f1404d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 882f20de15fe..e59f8e73d04c 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 #*=- |