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

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19073 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-04-26 17:41:24 +00:00
parent 0bfdf60156
commit 24f0cf01ab
2 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,8 @@ 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/' > $@
cat -s $@.tmp | ${SED} -e 's/^ *\"\(.*\)\" *$$/\1/' \
-e 's:@-VERSION-@:${VERSION}:g' > $@
rm -f $@.tmp
DISTCLEANFILES = gnc-prices.1 gnucash.1 tip_of_the_day.list

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 2.2.")
you should use the latest release of GnuCash @-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 2.0\" is particularly interesting. You can \
\"What's new in GnuCash @-VERSION-@\" is particularly interesting. You can \
access the manual under the Help menu.")
N_( "You can easily import your existing financial data from Quicken, \