diff options
author | Andras Timar <atimar@suse.com> | 2013-06-28 12:06:58 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-28 12:07:23 +0200 |
commit | 7547804ff28d9adcfc5a9a0a84b88de13bb8cc15 (patch) | |
tree | f518389a558e4e8ff1dcc937c3a7b9afcda401f8 /scaddins | |
parent | 43cf39adff66d20862956869d11fbcc184eb5702 (diff) |
fix confusing help text of YEARFRAC function
Change-Id: I2ea80005662c58ec74c0991026a2bb5e11399f31
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/analysis/analysis.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src index 9236b674651e..77220997d25c 100644 --- a/scaddins/source/analysis/analysis.src +++ b/scaddins/source/analysis/analysis.src @@ -63,7 +63,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS { String 1 // description Yearfrac { - Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year fraction"; + Text [ en-US ] = "Extracts the number of years (including fractional part) between two dates"; }; String 2 // name of parameter 1 Yearfrac @@ -93,7 +93,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS String 7 // description of parameter 3 Yearfrac { - Text [ en-US ] = "Basis for determining the interest days"; + Text [ en-US ] = "Basis indicates the day-count convention to use in the calculation"; }; }; |