[Libreoffice-commits] core.git: sc/inc
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 18 10:56:47 UTC 2021
sc/inc/scfuncs.hrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6d1b079b0c034948384a11675c6f7f52a29d23d7
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Feb 14 10:05:12 2021 +0100
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Feb 18 11:55:52 2021 +0100
tdf#140400: Percentile function wizard has a typo in the hint
Change-Id: I4f0c72f974b410a2da7e0c7c2c505ecbf5a6a751
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110879
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index a5a5e2449fc6..a5479ebdb226 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -1938,11 +1938,11 @@ const char* SC_OPCODE_MEDIAN_ARY[] =
// -=*# Resource for function PERCENTILE #*=-
const char* SC_OPCODE_PERCENTILE_ARY[] =
{
- NC_("SC_OPCODE_PERCENTILE", "Returns the alpha quantile of a sample."),
+ NC_("SC_OPCODE_PERCENTILE", "Returns the alpha percentile of a sample."),
NC_("SC_OPCODE_PERCENTILE", "Data"),
NC_("SC_OPCODE_PERCENTILE", "The array of the data in the sample."),
NC_("SC_OPCODE_PERCENTILE", "Alpha"),
- NC_("SC_OPCODE_PERCENTILE", "The percentage rate of the quantile between 0 and 1.")
+ NC_("SC_OPCODE_PERCENTILE", "The percentile value between 0 and 1, inclusive.")
};
// -=*# Resource for function PERCENTILE.EXC #*=-
More information about the Libreoffice-commits
mailing list