[Libreoffice-commits] core.git: officecfg/registry sc/inc
Heiko Tietze
tietze.heiko at gmail.com
Mon Dec 4 19:46:55 UTC 2017
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +-
sc/inc/strings.hrc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7ace16688c503795a5af0c82b63856b1e737aa87
Author: Heiko Tietze <tietze.heiko at gmail.com>
Date: Tue Nov 28 10:34:38 2017 +0100
tdf#107601 Rename t-test to paired t-test
Change-Id: Ic67089eb591411d9aa8a57369d739bf096a799db
Reviewed-on: https://gerrit.libreoffice.org/45393
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index c709e396fa85..d4fd477c22e6 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -850,7 +850,7 @@
</node>
<node oor:name=".uno:TTestDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~t-test...</value>
+ <value xml:lang="en-US">Paired ~t-test...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index a29c93b54a7c..27d534532c5c 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -277,8 +277,8 @@
/* Names of dialogs */
#define STR_FTEST NC_("STR_FTEST", "F-test")
#define STR_FTEST_UNDO_NAME NC_("STR_FTEST_UNDO_NAME", "F-test")
-#define STR_TTEST NC_("STR_TTEST", "t-test")
-#define STR_TTEST_UNDO_NAME NC_("STR_TTEST_UNDO_NAME", "t-test")
+#define STR_TTEST NC_("STR_TTEST", "Paired t-test")
+#define STR_TTEST_UNDO_NAME NC_("STR_TTEST_UNDO_NAME", "Paired t-test")
#define STR_ZTEST NC_("STR_ZTEST", "z-test")
#define STR_ZTEST_UNDO_NAME NC_("STR_ZTEST_UNDO_NAME", "z-test")
#define STR_CHI_SQUARE_TEST NC_("STR_CHI_SQUARE_TEST", "Test of Independence (Chi-Square)")
More information about the Libreoffice-commits
mailing list