sc/source/ui/src/scfuncs.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit fe1d9bfadf2a707dff10cab1eab837fc2f2b550e Author: Stanislav Horacek <stanislav.hora...@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 <c...@libreoffice.org> Reviewed-by: Eike Rathke <er...@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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits