sc/source/ui/src/scfuncs.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5e4649debc1d7b68fd93073cebd691d840c1fa6c
Author: Julien Nabet <[email protected]>
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 <[email protected]>
    Reviewed-by: Winfried Donkers <[email protected]>
    Reviewed-by: Eike Rathke <[email protected]>

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 =
         {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to