[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source
Andras Timar
andras.timar at collabora.com
Mon Dec 16 11:28:19 PST 2013
sc/source/ui/src/scfuncs.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f1afdddfe6a7048c79f7224c3b2feaa70e2265db
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 455c231..d9e406c 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