[Libreoffice-commits] core.git: sc/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Tue Sep 15 08:55:30 PDT 2015
sc/source/ui/src/scfuncs.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c84e6ac490625d108409681feb45520d8e8478d4
Author: Winfried Donkers <winfrieddonkers at 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 <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at 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
{
More information about the Libreoffice-commits
mailing list