[Libreoffice-commits] core.git: scaddins/source
Andras Timar
atimar at suse.com
Fri Jun 28 03:07:37 PDT 2013
scaddins/source/analysis/analysis.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7547804ff28d9adcfc5a9a0a84b88de13bb8cc15
Author: Andras Timar <atimar at suse.com>
Date: Fri Jun 28 12:06:58 2013 +0200
fix confusing help text of YEARFRAC function
Change-Id: I2ea80005662c58ec74c0991026a2bb5e11399f31
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src
index 9236b67..7722099 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";
};
};
More information about the Libreoffice-commits
mailing list