sc/inc/scfuncs.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0c3ba42a45c4fd7eabbad9c2a57a82486cfd9eab
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu May 16 17:16:46 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri May 17 15:32:20 2024 +0200

    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.hal...@libreoffice.org>
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>

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: */

Reply via email to