summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2018-05-29 12:18:00 +0900
committerEike Rathke <erack@redhat.com>2018-05-30 19:18:44 +0200
commitf5e804587a2dd0e2f745ebe507a2efb9fc1e8a4e (patch)
tree14ff808a59a0f58f30ab2c86ed6fd9616d52d0cf
parent960ec1180b73a5dc0445e7da229c7df9438ce450 (diff)
sc: Insert a space for consistency
Change-Id: Ifb1429eb3ad6d1093a7b5126ea3d15c4509cf8cc Reviewed-on: https://gerrit.libreoffice.org/54981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 4534da9dabe162d094bfef204d41b2d43e47c217) Reviewed-on: https://gerrit.libreoffice.org/55072 Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/inc/scfuncs.hrc4
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.")
};