[Libreoffice-commits] core.git: scaddins/source

Julien Nabet serval2412 at yahoo.fr
Fri Oct 18 13:06:09 PDT 2013


 scaddins/source/analysis/analysis.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff901a00ae1af1873346c513b884c829cf5dd86b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Oct 17 20:23:24 2013 +0200

    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 at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src
index 82052a7..b9b0d13 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)";
         };
     };
 


More information about the Libreoffice-commits mailing list