Fix string that wasnt marked for translation. Fortunately exactly this string exists already.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14645 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-08-11 20:30:30 +00:00
parent d49e4eaeea
commit c59ec41913

View File

@ -643,9 +643,7 @@ totals to report currency")
(gnc:html-document-add-object!
document
(gnc:make-html-text
(string-append
"No Valid Account Selected. "
"Click on the Options button and select the account to use."))))
(_ "No valid account selected. Click on the Options button and select the account to use."))))
(gnc:free-query query)
(gnc:report-finished)
document))