[Libreoffice-commits] core.git: sc/source
Julien Nabet
serval2412 at yahoo.fr
Thu Dec 8 14:37:27 UTC 2016
sc/source/ui/src/scfuncs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e4649debc1d7b68fd93073cebd691d840c1fa6c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed Dec 7 22:24:06 2016 +0100
tdf#104446: there can only be 1 condition for SUMIF
Change-Id: I10b1e3880e79794b7f748882606d5c4101811d75
Reviewed-on: https://gerrit.libreoffice.org/31739
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Winfried Donkers <winfrieddonkers at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 061e7a3..0aec064 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 =
{
More information about the Libreoffice-commits
mailing list