From dc75ad563baaa025174acb7a55bb4c14409b12a9 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 26 Feb 2016 10:29:16 +0100 Subject: [PATCH] minor message update --- gui/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 index cd9507f8..9aecf100 100644 --- a/gui/kivy/uix/screens.py +++ b/gui/kivy/uix/screens.py @@ -258,7 +258,7 @@ class SendScreen(CScreen): else: address = str(self.screen.address) if not address: - self.app.show_error(_('No recipient. Please scan a Bitcoin address or a payment request')) + self.app.show_error(_('Recipient not specified.') + ' ' + _('Please scan a Bitcoin address or a payment request')) return if not bitcoin.is_address(address): self.app.show_error(_('Invalid Bitcoin Address') + ':\n' + address)