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
zzzoldreleases/2.2
Christian Stimming 19 years ago
parent b211684d05
commit 6575ece170

@ -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))

@ -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))

@ -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))

Loading…
Cancel
Save