sc/inc/scfuncs.hrc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 998882138adf693b04a2061714fcc33646619912
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Mon Mar 27 00:07:29 2023 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Mar 27 04:25:17 2023 +0000

    tdf#151309 Fix the use of t-test in the UI
    
    As discussed in the ticket, we should use "t-test" instead of "T test".
    
    Change-Id: I0aeb122b0f9a9affd4c298915956396580cb4de7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149598
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 0e9d2b04ea12..cfb55d2be8bb 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -3002,7 +3002,7 @@ const TranslateId SC_OPCODE_F_TEST_MS_ARY[] =
 // -=*# Resource for function TTEST #*=-
 const TranslateId SC_OPCODE_T_TEST_ARY[] =
 {
-    NC_("SC_OPCODE_T_TEST", "Calculates the T test."),
+    NC_("SC_OPCODE_T_TEST", "Calculates the t-test."),
     NC_("SC_OPCODE_T_TEST", "Data 1"),
     NC_("SC_OPCODE_T_TEST", "The first record array."),
     NC_("SC_OPCODE_T_TEST", "Data 2"),
@@ -3010,13 +3010,13 @@ const TranslateId SC_OPCODE_T_TEST_ARY[] =
     NC_("SC_OPCODE_T_TEST", "Mode"),
     NC_("SC_OPCODE_T_TEST", "Mode specifies the number of distribution tails 
to return. 1 = one-tailed, 2 = two-tailed distribution"),
     NC_("SC_OPCODE_T_TEST", "Type"),
-    NC_("SC_OPCODE_T_TEST", "The type of the T test.")
+    NC_("SC_OPCODE_T_TEST", "The type of the t-test.")
 };
 
 // -=*# Resource for function T.TEST #*=-
 const TranslateId SC_OPCODE_T_TEST_MS_ARY[] =
 {
-    NC_("SC_OPCODE_T_TEST_MS", "Calculates the T test."),
+    NC_("SC_OPCODE_T_TEST_MS", "Calculates the t-test."),
     NC_("SC_OPCODE_T_TEST_MS", "Data 1"),
     NC_("SC_OPCODE_T_TEST_MS", "The first record array."),
     NC_("SC_OPCODE_T_TEST_MS", "Data 2"),
@@ -3024,7 +3024,7 @@ const TranslateId SC_OPCODE_T_TEST_MS_ARY[] =
     NC_("SC_OPCODE_T_TEST_MS", "Mode"),
     NC_("SC_OPCODE_T_TEST_MS", "Mode specifies the number of distribution 
tails to return. 1 = one-tailed, 2 = two-tailed distribution"),
     NC_("SC_OPCODE_T_TEST_MS", "Type"),
-    NC_("SC_OPCODE_T_TEST_MS", "The type of the T test.")
+    NC_("SC_OPCODE_T_TEST_MS", "The type of the t-test.")
 };
 
 // -=*# Resource for function RSQ #*=-

Reply via email to