[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/inc

Eike Rathke erack at redhat.com
Tue Nov 28 15:43:04 UTC 2017


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

New commits:
commit 18c0623c6c5526f8d7cba164b34dec7af870412d
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Nov 28 10:47:55 2017 +0100

    Fix typos
    
    Change-Id: I01f0ca82f1350b74ea2d3205948c032918049c02
    (cherry picked from commit e0b60b182394dbe075185e9c07843d2beacaa6b1)
    Reviewed-on: https://gerrit.libreoffice.org/45397
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

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