summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2017-11-28 10:34:38 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-12-04 20:45:41 +0100
commit7ace16688c503795a5af0c82b63856b1e737aa87 (patch)
tree3331e6ffb40af29ca08fc11aafae1d7ba0b1887c
parenteafc42a2b46e70a0840a870b8c8cce85b32980c1 (diff)
tdf#107601 Rename t-test to paired t-test
Change-Id: Ic67089eb591411d9aa8a57369d739bf096a799db Reviewed-on: https://gerrit.libreoffice.org/45393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu2
-rw-r--r--sc/inc/strings.hrc4
2 files changed, 3 insertions, 3 deletions
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)")