diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-16 17:16:46 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-17 15:32:20 +0200 |
commit | 0c3ba42a45c4fd7eabbad9c2a57a82486cfd9eab (patch) | |
tree | a53f21c3519d9a1d86959a130acc98c72af753c1 /sc | |
parent | 7c25b9c2a0770a66c18b4cd2f5d09d47fa7e057e (diff) |
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 <olivier.hallot@libreoffice.org>
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/scfuncs.hrc | 4 |
1 files 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: */ |