electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 89908bf14dc048b1facb9f14be613753e6dad37b
parent 858b9c56554231ddb008468e37632cb74c118e78
Author: ThomasV <thomasv@electrum.org>
Date:   Thu, 21 Jan 2016 12:20:45 +0100

fix English

Diffstat:
Mgui/kivy/uix/screens.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/kivy/uix/screens.py b/gui/kivy/uix/screens.py @@ -426,7 +426,7 @@ class RequestsScreen(CScreen): requests_list.add_widget(ci) if not _list: - msg = _('This screen shows the list of payment requests made by you.') + msg = _('This screen shows the list of payment requests you made.') requests_list.add_widget(EmptyLabel(text=msg)) def do_show(self, obj):