sc/inc/scfuncs.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f5e804587a2dd0e2f745ebe507a2efb9fc1e8a4e Author: Takeshi Abe <t...@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 <c...@libreoffice.org> Reviewed-by: Eike Rathke <er...@redhat.com> (cherry picked from commit 4534da9dabe162d094bfef204d41b2d43e47c217) Reviewed-on: https://gerrit.libreoffice.org/55072 Tested-by: Eike Rathke <er...@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.") }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits