Bug #616696 - Development version warning string should not include hardcode version.

* Improve on the previous fix: really display stable version in tooltip, not current version.
* Also revert change of "What's new in GnuCash 2.0" because that's the title actually found
  in the help manual.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19077 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens
2010-04-27 19:41:07 +00:00
parent 7be168dd80
commit 3ac9526ac8
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ gnucash.1: gnucash.1.in Makefile
tip_of_the_day.list: tip_of_the_day.list.in Makefile
${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' \
-e 's:@-VERSION-@:${VERSION}:g' > $@
-e 's:@-GNUCASH_LATEST_STABLE_VERSION-@:${GNUCASH_LATEST_STABLE_VERSION}:g' > $@
rm -f $@.tmp
DISTCLEANFILES = gnc-prices.1 gnucash.1 tip_of_the_day.list
+2 -2
View File
@@ -1,11 +1,11 @@
N_( "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 @-VERSION-@.")
you should use the latest release of GnuCash @-GNUCASH_LATEST_STABLE_VERSION-@.")
N_( "The GnuCash online manual has lots of helpful information. \
If you are upgrading from earlier versions of GnuCash, the section \
\"What's new in GnuCash @-VERSION-@\" is particularly interesting. You can \
\"What's new in GnuCash 2.0\" is particularly interesting. You can \
access the manual under the Help menu.")
N_( "You can easily import your existing financial data from Quicken, \