tfix English - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 89908bf14dc048b1facb9f14be613753e6dad37b
DIR parent 858b9c56554231ddb008468e37632cb74c118e78
HTML Author: ThomasV <thomasv@electrum.org>
Date: Thu, 21 Jan 2016 12:20:45 +0100
fix English
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@@ -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):