[Libreoffice-commits] core.git: sc/inc
Eike Rathke
erack at redhat.com
Tue Nov 28 09:50:21 UTC 2017
sc/inc/scfuncs.hrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e0b60b182394dbe075185e9c07843d2beacaa6b1
Author: Eike Rathke <erack at redhat.com>
Date: Tue Nov 28 10:47:55 2017 +0100
Fix typos
Change-Id: I01f0ca82f1350b74ea2d3205948c032918049c02
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 0d3999899ee8..c0cd8abb3a3e 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -3415,13 +3415,13 @@ const char* SC_OPCODE_LOOKUP_ARY[] =
// -=*# Resource for function MATCH #*=-
const char* SC_OPCODE_MATCH_ARY[] =
{
- NC_("SC_OPCODE_MATCH", "Defines a position in a array after comparing values."),
+ NC_("SC_OPCODE_MATCH", "Defines a position in an array after comparing values."),
NC_("SC_OPCODE_MATCH", "Search criterion"),
NC_("SC_OPCODE_MATCH", "The value to be used for comparison."),
NC_("SC_OPCODE_MATCH", "Lookup array"),
NC_("SC_OPCODE_MATCH", "The array (range) in which the search is made."),
NC_("SC_OPCODE_MATCH", "Type"),
- NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria are to be used for comparison purposes.")
+ NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes.")
};
// -=*# Resource for function OFFSET #*=-
More information about the Libreoffice-commits
mailing list