mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
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…
Reference in New Issue
Block a user