From ff901a00ae1af1873346c513b884c829cf5dd86b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 17 Oct 2013 20:23:24 +0200 Subject: fdo#70515: Error in stated number of parameter value choices for WEEKNUM_ADD Change-Id: I9cf5b9b0913e7bf4a59c3ec98157ce6d0661f408 Reviewed-on: https://gerrit.libreoffice.org/6310 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- scaddins/source/analysis/analysis.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scaddins/source/analysis') diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src index 82052a7c5a8d..b9b0d13011ee 100644 --- a/scaddins/source/analysis/analysis.src +++ b/scaddins/source/analysis/analysis.src @@ -149,7 +149,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS String 5 // description of parameter 2 Weeknum_add { - Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins"; + Text [ en-US ] = "Indicates the first day of the week (1 = Sunday, other values = Monday)"; }; }; -- cgit