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

Andras Timar andras.timar at collabora.com
Mon Dec 16 11:10:51 PST 2013


 sc/source/ui/src/scfuncs.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7d79caeb5c3706276fc8295004ae6f69ace99509
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Dec 16 20:09:54 2013 +0100

    typo: start period is S, thus 'A = 1' -> 'S = 1'
    
    Change-Id: I23ffb5288cda22dcf98bba2d16ae7cf6f9d66825

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 63794f5..bc48a14 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -1529,7 +1529,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
         };
         String 9 // Description of Parameter 4
         {
-            Text [ en-US ] = "The start period. The first period to be taken into account. A = 1 denotes the very first period." ;
+            Text [ en-US ] = "The start period. The first period to be taken into account. S = 1 denotes the very first period." ;
         };
         String 10 // Name of Parameter 5
         {
@@ -1593,7 +1593,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
         };
         String 9 // Description of Parameter 4
         {
-            Text [ en-US ] = "The start period. The first period to be taken into account. A = 1 denotes the very first period." ;
+            Text [ en-US ] = "The start period. The first period to be taken into account. S = 1 denotes the very first period." ;
         };
         String 10 // Name of Parameter 5
         {


More information about the Libreoffice-commits mailing list