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

New commits:
commit 8d16b7a9e6dad1c3590c74af3eee952bd8fc3284
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Fri May 17 19:09:17 2024 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri May 17 21:57:15 2024 +0200

    tdf#160835 Fix the use of "population" in Calc functions
    
    Change-Id: If72058a34534dc477d07e9683c0d38d7169eecf1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167688
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index d193625cd982..79348fed8e39 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -1757,7 +1757,7 @@ const TranslateId SC_OPCODE_VAR_A_ARY[] =
 {
     NC_("SC_OPCODE_VAR_A", "Returns the variance based on a sample. Text is 
evaluated as zero."),
     NC_("SC_OPCODE_VAR_A", "Value "),
-    NC_("SC_OPCODE_VAR_A", "Value 1; value 2; ... are arguments representing a 
sample taken from a basic total population.")
+    NC_("SC_OPCODE_VAR_A", "Value 1; value 2; ... are arguments representing a 
sample taken from the population.")
 };
 
 // -=*# Resource for function VARP #*=-
@@ -1805,7 +1805,7 @@ const TranslateId SC_OPCODE_ST_DEV_A_ARY[] =
 {
     NC_("SC_OPCODE_ST_DEV_A", "Returns the standard deviation based on a 
sample. Text is evaluated as zero."),
     NC_("SC_OPCODE_ST_DEV_A", "Value "),
-    NC_("SC_OPCODE_ST_DEV_A", "Value 1; value 2; ... are arguments 
representing a sample taken from a basic total population.")
+    NC_("SC_OPCODE_ST_DEV_A", "Value 1; value 2; ... are arguments 
representing a sample taken from the population.")
 };
 
 // -=*# Resource for function STDEVP #*=-
@@ -1845,7 +1845,7 @@ const TranslateId SC_OPCODE_AVERAGE_A_ARY[] =
 {
     NC_("SC_OPCODE_AVERAGE_A", "Returns the average value for a sample. Text 
is evaluated as zero."),
     NC_("SC_OPCODE_AVERAGE_A", "Value "),
-    NC_("SC_OPCODE_AVERAGE_A", "Value 1; value 2; ... are arguments 
representing a sample taken from a basic total population.")
+    NC_("SC_OPCODE_AVERAGE_A", "Value 1; value 2; ... are arguments 
representing a sample taken from the population.")
 };
 
 // -=*# Resource for function DEVSQ #*=-

Reply via email to