[Libreoffice-commits] core.git: sc/source

Stanislav Horacek stanislav.horacek at gmail.com
Wed May 25 10:22:26 UTC 2016


 sc/source/ui/src/scfuncs.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fe1d9bfadf2a707dff10cab1eab837fc2f2b550e
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sat May 21 13:46:24 2016 +0200

    correct description of range argument of MINIFS and MAXIFS
    
    Change-Id: Ie319836f1d916d3a53237fdbc80d6530a000afa9
    Reviewed-on: https://gerrit.libreoffice.org/25256
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 816c214..287f17c 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -11691,7 +11691,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 5 // Description of Parameter 2
         {
-            Text [ en-US ] = "The range from which the minimum value is to be taken." ;
+            Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ;
         };
         String 6 // Name of Parameter 3
         {
@@ -11730,7 +11730,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 5 // Description of Parameter 2
         {
-            Text [ en-US ] = "The range from which the maximum value is to be taken." ;
+            Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ;
         };
         String 6 // Name of Parameter 3
         {


More information about the Libreoffice-commits mailing list