mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
84cfccfc40
commit
58d55d0822
@ -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>
|
||||
|
||||
* configure.in : Bump versions of QOF libraries.
|
||||
|
@ -5,7 +5,7 @@ you should use the latest release of GnuCash 1.8.")
|
||||
|
||||
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 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.")
|
||||
|
||||
N_( "You can easily import your existing financial data from Quicken, \
|
||||
|
@ -290,7 +290,7 @@
|
||||
(gnc:register-reg-option
|
||||
(gnc:make-simple-boolean-option
|
||||
(N_ "Display") (N_ "Price")
|
||||
"hb" "Display the shares price?" #f))
|
||||
"hb" (N_ "Display the shares price?") #f))
|
||||
|
||||
(gnc:register-reg-option
|
||||
(gnc:make-multichoice-option
|
||||
|
Loading…
Reference in New Issue
Block a user