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

Takeshi Abe tabe at fixedpoint.jp
Wed May 30 12:44:59 UTC 2018


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

New commits:
commit 4534da9dabe162d094bfef204d41b2d43e47c217
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue May 29 12:18:00 2018 +0900

    sc: Insert a space for consistency
    
    Change-Id: Ifb1429eb3ad6d1093a7b5126ea3d15c4509cf8cc
    Reviewed-on: https://gerrit.libreoffice.org/54981
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

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.")
 };


More information about the Libreoffice-commits mailing list