diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2015-09-15 13:48:06 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-09-15 15:55:06 +0000 |
commit | c84e6ac490625d108409681feb45520d8e8478d4 (patch) | |
tree | 7484a5e0baa2654d624276974d9736654a06e694 /sc | |
parent | d6a5aac0f903b292db57bb4a613e603aa029c78b (diff) |
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@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 00b093ee4fba..f5166bfbd451 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 { |