mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
kivy: update message
This commit is contained in:
parent
dc75ad563b
commit
4f04f96d29
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue