sc/source/ui/src/scfuncs.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c84e6ac490625d108409681feb45520d8e8478d4
Author: Winfried Donkers <winfrieddonk...@libreoffice.org>
Date:   Tue Sep 15 13:48:06 2015 +0200

    NETWORKDAYS : make names for parameter 3 and 4 clearer
    
    follow up of tdf#94079
    
    Change-Id: I53c2b27ef713d60d3ae978e2f4d99072a339761a
    Reviewed-on: https://gerrit.libreoffice.org/18587
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Eike Rathke <er...@redhat.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 00b093e..f5166bf 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -719,7 +719,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
         };
         String 6 // Name of Parameter 3
         {
-            Text [ en-US ] = "array" ;
+            Text [ en-US ] = "list of dates" ;
         };
         String 7 // Description of Parameter 3
         {
@@ -727,7 +727,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
         };
         String 8 // Name of Parameter 4
         {
-            Text [ en-US ] = "list of numbers" ;
+            Text [ en-US ] = "array" ;
         };
         String 9 // Description of Parameter 4
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to