[gnumeric] Typo. #638992



commit 8c57265ad691eec5aff6036d2bd7344a22ea4ab7
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Sat Jan 8 19:47:23 2011 -0700

    Typo. #638992
    
    2011-01-08  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_dollarfr): Typo. #638992

 plugins/fn-financial/ChangeLog   |    4 ++++
 plugins/fn-financial/functions.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index ae4e489..92c0d94 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-08  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_dollarfr): Typo. #638992
+
 2011-01-07  Morten Welinder  <terra gnome org>
 
 	* functions.c (help_accrintm): Typo.  #631504.
diff --git a/plugins/fn-financial/functions.c b/plugins/fn-financial/functions.c
index 3a5a97b..955c176 100644
--- a/plugins/fn-financial/functions.c
+++ b/plugins/fn-financial/functions.c
@@ -981,7 +981,7 @@ static GnmFuncHelp const help_dollarfr[] = {
         { GNM_FUNC_HELP_NAME, F_("DOLLARFR:convert to dollar fraction")},
         { GNM_FUNC_HELP_ARG, F_("decimal_dollar:amount to convert")},
         { GNM_FUNC_HELP_ARG, F_("fraction:denominator")},
-	{ GNM_FUNC_HELP_DESCRIPTION, F_("DOLLARFR converts a fractional dollar amount into a fraction which is represented as the digits after the decimal point.  For example, 2/8 would be represented as .2 while 3/16 would be represented as .03.") },
+	{ GNM_FUNC_HELP_DESCRIPTION, F_("DOLLARFR converts a decimal dollar amount into a fractional amount which is represented as the digits after the decimal point.  For example, 2/8 would be represented as .2 while 3/16 would be represented as .03. This is the inverse of the DOLLARDE function.") },
 	{ GNM_FUNC_HELP_EXAMPLES, "=DOLLARFR(0.25,8)" },
         { GNM_FUNC_HELP_SEEALSO, "DOLLARDE"},
 	{ GNM_FUNC_HELP_END }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]