[Gnucash-changes] r14029 - gnucash/trunk/src - Fix strings that mentioned gnucash-1.8

Christian Stimming cstim at cvs.gnucash.org
Fri May 12 06:50:07 EDT 2006


Author: cstim
Date: 2006-05-12 06:50:06 -0400 (Fri, 12 May 2006)
New Revision: 14029
Trac: http://svn.gnucash.org/trac/changeset/14029

Modified:
   gnucash/trunk/src/gnome-utils/glade/totd.glade
   gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm
Log:
Fix strings that mentioned gnucash-1.8

Modified: gnucash/trunk/src/gnome-utils/glade/totd.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/totd.glade	2006-05-12 08:41:01 UTC (rev 14028)
+++ gnucash/trunk/src/gnome-utils/glade/totd.glade	2006-05-12 10:50:06 UTC (rev 14029)
@@ -171,7 +171,8 @@
 		      <property name="left_margin">0</property>
 		      <property name="right_margin">0</property>
 		      <property name="indent">0</property>
-		      <property name="text" translatable="yes">Warning This is a DEVELOPMENT version of GnuCash. It probably has lots of bugs and unstable features!
+		      <property name="text" translatable="no">The text of the tip goes here. Some example placeholder text:
+Warning This is a DEVELOPMENT version of GnuCash. It probably has lots of bugs and unstable features!
 If you are looking for a stable personal finance application, you should use the latest release of GnuCash 1.8</property>
 		    </widget>
 		    <packing>

Modified: gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm
===================================================================
--- gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm	2006-05-12 08:41:01 UTC (rev 14028)
+++ gnucash/trunk/src/report/utility-reports/welcome-to-gnucash.scm	2006-05-12 10:50:06 UTC (rev 14029)
@@ -79,9 +79,9 @@
     (gnc:html-document-add-object! 
      doc
      (gnc:make-html-text 
-      (gnc:html-markup-h2 (_ "Welcome to GnuCash 1.8!"))
+      (gnc:html-markup-h2 (_ "Welcome to GnuCash 2.0!"))
       (gnc:html-markup-p
-       (_ "GnuCash 1.8 has lots of nice features. Here are a few."))))
+       (_ "GnuCash 2.0 has lots of nice features. Here are a few."))))
     doc))
 
 (gnc:define-report 



More information about the gnucash-changes mailing list