diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-16 20:09:54 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-16 20:27:35 +0100 |
commit | f1afdddfe6a7048c79f7224c3b2feaa70e2265db (patch) | |
tree | c0e62ad5f4a907113e832a32a98bc8368c208f23 | |
parent | 59b4f353d867b0dfd37c6166d2b2456495584787 (diff) |
typo: start period is S, thus 'A = 1' -> 'S = 1'
Change-Id: I23ffb5288cda22dcf98bba2d16ae7cf6f9d66825
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 455c23127354..d9e406c478f2 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 { |