Two string fixes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13800 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-04-18 18:05:14 +00:00
parent 84cfccfc40
commit 58d55d0822
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2006-04-18 Derek Atkins <derek@ihtfp.com>
* doc/tip_of_the_day.list.in:
Fix a 1.8 -> 2.0 string.
* src/report/standard-reports/register.scm:
Fix a string that wasn't marked for translation.
2006-04-17 Neil Williams <linux@codehelp.co.uk> 2006-04-17 Neil Williams <linux@codehelp.co.uk>
* configure.in : Bump versions of QOF libraries. * configure.in : Bump versions of QOF libraries.

View File

@ -5,7 +5,7 @@ you should use the latest release of GnuCash 1.8.")
N_( "The GnuCash online manual has lots of helpful information. \ N_( "The GnuCash online manual has lots of helpful information. \
If you are upgrading from earlier versions of GnuCash, the section \ If you are upgrading from earlier versions of GnuCash, the section \
\"What's new in GnuCash 1.8\" is particularly interesting. You can \ \"What's new in GnuCash 2.0\" is particularly interesting. You can \
access the manual under the Help menu.") access the manual under the Help menu.")
N_( "You can easily import your existing financial data from Quicken, \ N_( "You can easily import your existing financial data from Quicken, \

View File

@ -290,7 +290,7 @@
(gnc:register-reg-option (gnc:register-reg-option
(gnc:make-simple-boolean-option (gnc:make-simple-boolean-option
(N_ "Display") (N_ "Price") (N_ "Display") (N_ "Price")
"hb" "Display the shares price?" #f)) "hb" (N_ "Display the shares price?") #f))
(gnc:register-reg-option (gnc:register-reg-option
(gnc:make-multichoice-option (gnc:make-multichoice-option