kivy: improve message
This commit is contained in:
parent
078cabd745
commit
933596510e
@ -403,7 +403,7 @@ class InvoicesScreen(CScreen):
|
|||||||
invoices_list.add_widget(ci)
|
invoices_list.add_widget(ci)
|
||||||
|
|
||||||
if not _list:
|
if not _list:
|
||||||
msg = _('This screen shows the list of payment requests that have been sent to you.')
|
msg = _('This screen shows the list of payment requests that have been sent to you. You may also use it to store contact addresses.')
|
||||||
invoices_list.add_widget(EmptyLabel(text=msg))
|
invoices_list.add_widget(EmptyLabel(text=msg))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user