diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-05-21 13:46:24 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-25 10:22:00 +0000 |
commit | fe1d9bfadf2a707dff10cab1eab837fc2f2b550e (patch) | |
tree | 40fe927ba5dc9cc74139a7fb331130275cf2d336 /sc/source/ui/src/scfuncs.src | |
parent | 4d361734ee4e89bec355f8e1ea2341b01a192522 (diff) |
correct description of range argument of MINIFS and MAXIFS
Change-Id: Ie319836f1d916d3a53237fdbc80d6530a000afa9
Reviewed-on: https://gerrit.libreoffice.org/25256
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 816c214376f1..287f17c67ce1 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 { |