diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index b6d157fec096..86be3de925ae 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -5300,7 +5300,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 3 // Description of Parameter 1 { - Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ; + Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a population." ; }; }; // -=*# Resource for function STDEV.P #*=- @@ -5324,7 +5324,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 3 // Description of Parameter 1 { - Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a sample of a population." ; + Text [ en-US ] = "Number 1, number 2, ... are 1 to 30 numerical arguments which portray a population." ; }; }; // -=*# Resource for function STABWNA #*=- |