[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source
Julien Nabet
serval2412 at yahoo.fr
Mon Dec 30 08:40:43 PST 2013
sc/source/ui/StatisticsDialogs/StatisticsDialogs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3bd52d8db21ca6a6e2b9d3edf533eebde55e7325
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Dec 30 10:54:25 2013 +0100
Resolves: fdo#73138 undo name for 'Chi Squared' is different
Change-Id: Iedb01a2bd08f56befb351d00cebd0fb20b57def4
Reviewed-on: https://gerrit.libreoffice.org/7231
Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
Reviewed-by: Winfried Donkers <winfrieddonkers at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/ui/StatisticsDialogs/StatisticsDialogs.src b/sc/source/ui/StatisticsDialogs/StatisticsDialogs.src
index 26f7ace..dc180ca 100644
--- a/sc/source/ui/StatisticsDialogs/StatisticsDialogs.src
+++ b/sc/source/ui/StatisticsDialogs/StatisticsDialogs.src
@@ -213,7 +213,7 @@ Resource RID_STATISTICS_DLGS
};
String STR_DISTRIBUTION_CHI_SQUARED
{
- Text [ en-US ] = "Geometric";
+ Text [ en-US ] = "Chi Squared";
};
String STR_DISTRIBUTION_GEOMETRIC
{
More information about the Libreoffice-commits
mailing list