Browse Source

fix English

283
ThomasV 9 years ago
parent
commit
89908bf14d
  1. 2
      gui/kivy/uix/screens.py

2
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):

Loading…
Cancel
Save