summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2013-12-29 16:29:49 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-06 12:52:46 +0000
commit1142320ccd6e9d7dcfcda339cd2b32674b7a3d32 (patch)
tree6d8d95d8642b323bc81b0242eba4e5c3a14be23f
parent3a860d3e03e523777942a5c824d8cb6013d4098f (diff)
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@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/source/ui/src/scfuncs.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index d9e406c478f2..ac37c4d600ad 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 #*=-