mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
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:
parent
0bfdf60156
commit
24f0cf01ab
@ -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
|
||||
|
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user