mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix strings that mentioned gnucash-1.8
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14029 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user