[gnumeric] Fix formatting of EXPRESSION description



commit a13d59d39d96acf1c3fe9a819f814fb5e289b42e
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Wed Dec 30 13:23:45 2009 -0700

    Fix formatting of EXPRESSION description
    
    2009-12-30  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_expression): fix formatting

 plugins/fn-info/ChangeLog   |    4 ++++
 plugins/fn-info/functions.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 210ab22..9948cae 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-30  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_expression): fix formatting
+	
 2009-12-15  Morten Welinder <terra gnome org>
 
 	* Release 1.9.17
diff --git a/plugins/fn-info/functions.c b/plugins/fn-info/functions.c
index cf31489..7416213 100644
--- a/plugins/fn-info/functions.c
+++ b/plugins/fn-info/functions.c
@@ -1169,7 +1169,7 @@ End Function
 /***************************************************************************/
 
 static GnmFuncHelp const help_expression[] = {
-        { GNM_FUNC_HELP_NAME, F_("EXPRESSION:expression in @cell as a string")},
+        { GNM_FUNC_HELP_NAME, F_("EXPRESSION:expression in @{cell} as a string")},
         { GNM_FUNC_HELP_ARG, F_("cell:a cell reference")},
         { GNM_FUNC_HELP_NOTE, F_("If @{cell} contains no expression, EXPRESSION returns empty.")},
         { GNM_FUNC_HELP_SEEALSO, "TEXT"},



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