Make error message on unselected invoice more verbose.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16509 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2007-09-07 19:42:17 +00:00
parent b211684d05
commit 6575ece170
3 changed files with 3 additions and 3 deletions

View File

@ -847,7 +847,7 @@
(gnc:html-document-add-object!
document
(gnc:make-html-text
(_ "No Valid Invoice Selected"))))
(_ "No valid invoice selected. Click on the Options button and select the invoice to use."))))
document))

View File

@ -951,7 +951,7 @@
(gnc:html-document-add-object!
document
(gnc:make-html-text
(_ "No Valid Invoice Selected"))))
(_ "No valid invoice selected. Click on the Options button and select the invoice to use."))))
document))

View File

@ -743,7 +743,7 @@
(gnc:html-document-add-object!
document
(gnc:make-html-text
(_ "No Valid Invoice Selected"))))
(_ "No valid invoice selected. Click on the Options button and select the invoice to use."))))
document))