kivy: update message

This commit is contained in:
ThomasV 2016-02-26 10:41:47 +01:00
parent dc75ad563b
commit 4f04f96d29
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ class ElectrumWindow(App):
try:
PythonActivity.mActivity.startActivityForResult(intent, 0)
except:
self.show_error('Could not start Barcode Scanner')
self.show_error(_('Could not start Barcode Scanner.') + ' ' + _('Please install the Barcode Scanner app from ZXing'))
def build(self):
return Builder.load_file('gui/kivy/main.kv')