minor message update

This commit is contained in:
ThomasV 2016-02-26 10:29:16 +01:00
parent b99fdf3130
commit dc75ad563b
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class SendScreen(CScreen):
else: else:
address = str(self.screen.address) address = str(self.screen.address)
if not 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 return
if not bitcoin.is_address(address): if not bitcoin.is_address(address):
self.app.show_error(_('Invalid Bitcoin Address') + ':\n' + address) self.app.show_error(_('Invalid Bitcoin Address') + ':\n' + address)