diff options
Diffstat (limited to 'sc/inc/scfuncs.hrc')
-rw-r--r-- | sc/inc/scfuncs.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index c0cd8abb3a3e..5c750d26c7fd 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -3007,7 +3007,7 @@ const char* SC_OPCODE_T_TEST_ARY[] = NC_("SC_OPCODE_T_TEST", "Data 2"), NC_("SC_OPCODE_T_TEST", "The second record array."), 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", "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.") }; @@ -3021,7 +3021,7 @@ const char* SC_OPCODE_T_TEST_MS_ARY[] = NC_("SC_OPCODE_T_TEST_MS", "Data 2"), NC_("SC_OPCODE_T_TEST_MS", "The second record array."), 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", "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.") }; |