summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2013-10-31 10:47:10 +0100
committerEike Rathke <erack@redhat.com>2013-10-31 11:42:10 +0000
commit5085b66ef12298f488c4d7254c31292ef8fa621b (patch)
tree31d126f7021ef008c4da2167ee8ea4440466f42b
parentsw/qa: 1 individual unit test per filter (import/export) test (diff)
downloadcore-5085b66ef12298f488c4d7254c31292ef8fa621b.tar.gz
core-5085b66ef12298f488c4d7254c31292ef8fa621b.zip
fix incorrect strings for calc functions STDEVP and STDEV.P
Change-Id: I13f7127afbc05a352ffd74a4715e6cc6260a1a07 Reviewed-on: https://gerrit.libreoffice.org/6506 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/ui/src/scfuncs.src4
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 #*=-