diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-05-20 10:35:32 -0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-20 17:36:11 +0000 |
commit | ca2f7eb2d729553b1e2be9c206c803c6f06e8ade (patch) | |
tree | e6386907bdce826546644659deaaff82740c3fe3 /sc/source/ui/src | |
parent | ccc49b79a8425138d46e7be2acf3ef43b5aa232f (diff) |
Fix CopyPasta in MAXIFS range description
Change-Id: Ibbf97ec006f1fbe95eff189035b0ee4c70f5586d
Reviewed-on: https://gerrit.libreoffice.org/25205
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |