diff options
author | Eike Rathke <erack@redhat.com> | 2013-12-12 18:55:28 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-12-12 18:57:01 +0100 |
commit | 0c447b5d32b5d65960e61969d1a0ead4f4dbe7c0 (patch) | |
tree | b42d4849fb6e8e3b49a1fee362d9d9ca734b2226 | |
parent | 94886f8324b7eae3ed1a75191f86be4c358a600d (diff) |
resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula description
Change-Id: Ibbf2f47b3d6fb67cd49d78d437e28a6399f42691
-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 c58e9bab7bcd..63794f549a62 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -6180,7 +6180,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Border arguments of the binomial distribution." ; + Text [ en-US ] = "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value." ; }; ExtraData = { @@ -6220,7 +6220,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Border arguments of the binomial distribution." ; + Text [ en-US ] = "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value." ; }; ExtraData = { |