summaryrefslogtreecommitdiff
path: root/sc/inc
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 14:44:35 +0200
commit4534da9dabe162d094bfef204d41b2d43e47c217 (patch)
tree99fd5bc420ef577b3210ecc35e98167d2f38fed1 /sc/inc
parent3f398fe61131adf72a0c9bd707337f0129dc7e6b (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>
Diffstat (limited to 'sc/inc')
-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.")
};