[Libreoffice-commits] core.git: sc/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Fri May 22 10:32:44 PDT 2015
sc/source/ui/src/scfuncs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b2cf675b827912feb5edfbca1ea902d1ab92ed6b
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date: Fri May 22 09:27:30 2015 +0200
tdf#54346 remove confusing description for function WEEKDAY
The output range mentioned in the function wizard is not always
1-7, but dependent of the value of argument Mode.
The output range for each possible value of argument Mode is
clearly described in the regular help for Calc.
Change-Id: I23eae9be6f8f38319496aaf4a1b7f2349e2be3eb
Reviewed-on: https://gerrit.libreoffice.org/15852
Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
Tested-by: Joren De Cuyper <jorendc at libreoffice.org>
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 3fb51a9..c27b5de 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -1027,7 +1027,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
{
String 1 // Description
{
- Text [ en-US ] = "Returns the day of the week for the date value as an integer (1-7)." ;
+ Text [ en-US ] = "Returns the day of the week for the date value as an integer." ;
};
ExtraData =
{
More information about the Libreoffice-commits
mailing list