[Libreoffice-commits] core.git: sc/source

Julien Nabet serval2412 at yahoo.fr
Mon Dec 30 01:55:13 PST 2013


 sc/source/ui/StatisticsDialogs/StatisticsDialogs.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b236154c3a664739761c22670729915116c1c74
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

diff --git a/sc/source/ui/StatisticsDialogs/StatisticsDialogs.src b/sc/source/ui/StatisticsDialogs/StatisticsDialogs.src
index 5af2f07..1ab64d5 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