From 5e4649debc1d7b68fd93073cebd691d840c1fa6c Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 7 Dec 2016 22:24:06 +0100 Subject: tdf#104446: there can only be 1 condition for SUMIF Change-Id: I10b1e3880e79794b7f748882606d5c4101811d75 Reviewed-on: https://gerrit.libreoffice.org/31739 Tested-by: Jenkins Reviewed-by: Winfried Donkers Reviewed-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 061e7a3ac82a..0aec0643d7b8 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -3158,7 +3158,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 { String 1 // Description { - Text [ en-US ] = "Totals the arguments that meet the conditions." ; + Text [ en-US ] = "Totals the arguments that meet the condition." ; }; ExtraData = { -- cgit