From ca2f7eb2d729553b1e2be9c206c803c6f06e8ade Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 20 May 2016 10:35:32 -0300 Subject: Fix CopyPasta in MAXIFS range description Change-Id: Ibbf97ec006f1fbe95eff189035b0ee4c70f5586d Reviewed-on: https://gerrit.libreoffice.org/25205 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sc/source/ui/src/scfuncs.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 3efeebc9a18f..e9779d19a7e5 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -11730,7 +11730,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 ] = "The range from which the maximum value is to be taken." ; }; String 6 // Name of Parameter 3 { -- cgit