diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-10-17 20:23:24 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-18 20:05:49 +0000 |
commit | ff901a00ae1af1873346c513b884c829cf5dd86b (patch) | |
tree | a2d4b42ac51cc32f5b2d8bfb902cf2dd3a627073 /scaddins | |
parent | cc4aca0c9f267e1f2778e0098a1a2116842e7512 (diff) |
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 <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/analysis/analysis.src | 2 |
1 files changed, 1 insertions, 1 deletions
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)"; }; }; |