r20076 - gnucash/trunk/src/report/utility-reports - Fix version number in welcome report.

Christian Stimming cstim at code.gnucash.org
Wed Jan 12 14:29:41 EST 2011


Author: cstim
Date: 2011-01-12 14:29:40 -0500 (Wed, 12 Jan 2011)
New Revision: 20076
Trac: http://svn.gnucash.org/trac/changeset/20076

Modified:
   gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm
Log:
Fix version number in welcome report.

Modified: gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm
===================================================================
--- gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm	2011-01-12 13:24:51 UTC (rev 20075)
+++ gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm	2011-01-12 19:29:40 UTC (rev 20076)
@@ -86,9 +86,9 @@
     (gnc:html-document-add-object! 
      doc
      (gnc:make-html-text 
-      (gnc:html-markup-h2 (_ "Welcome to GnuCash 2.0!"))
+      (gnc:html-markup-h2 (_ "Welcome to GnuCash 2.4!"))
       (gnc:html-markup-p
-       (_ "GnuCash 2.0 has lots of nice features. Here are a few."))))
+       (_ "GnuCash 2.4 has lots of nice features. Here are a few."))))
     doc))
 
 (gnc:define-report 



More information about the gnucash-changes mailing list