From 0c3ba42a45c4fd7eabbad9c2a57a82486cfd9eab Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 16 May 2024 17:16:46 -0300 Subject: [PATCH] Review of UNIQUE function arguments text Feel free to consider this as suggestion. Change-Id: Ia3addb8ee7157ab0e5c5a10230adabc5963f94d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167756 Tested-by: Jenkins Reviewed-by: Olivier Hallot Reviewed-by: Balazs Varga --- sc/inc/scfuncs.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index 6a9c8a0bb15d..d193625cd982 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -4259,8 +4259,8 @@ const TranslateId SC_OPCODE_UNIQUE_ARY[] = NC_("SC_OPCODE_UNIQUE", "The range or array from which to return unique values."), NC_("SC_OPCODE_UNIQUE", "By col"), NC_("SC_OPCODE_UNIQUE", "Logical value indicating how to compare data: TRUE - compares data across columns. FALSE or omitted (default) - compares data across rows."), - NC_("SC_OPCODE_UNIQUE", "Exactly once"), - NC_("SC_OPCODE_UNIQUE", "Logical value that defines what values are considered unique: TRUE - returns values that occur only once, which is the database notion of unique. FALSE or omitted (default) - returns all distinct (different) values in the range or array.") + NC_("SC_OPCODE_UNIQUE", "Uniqueness"), + NC_("SC_OPCODE_UNIQUE", "Logical value that defines what values are considered unique: TRUE - returns values that occur only once. FALSE or omitted (default) - returns all distinct (different) values in the range or array.") }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */