tkivy: improve message - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 933596510e702b09b488a37d3b1386278afe7043 DIR parent 078cabd745c031b73ff2a134ef0c5717a0ccec0a HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 9 Feb 2016 13:46:42 +0100 kivy: improve message Diffstat: M gui/kivy/uix/screens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/screens.py b/gui/kivy/uix/screens.py t@@ -403,7 +403,7 @@ class InvoicesScreen(CScreen): invoices_list.add_widget(ci) 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))