Skip to content

Commit

Permalink
kivy: update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Feb 26, 2016
1 parent 4f04f96 commit 1ec4ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gui/kivy/uix/dialogs/create_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
height: self.texture_size[1]
text:
_("Creating a new wallet.")+" " +\
_("Do you want to create a wallet with a new seed")+\
_("or restore an existing one?")
_("Do you want to create a new seed, or to restore a wallet using an existing seed?")
Widget
size_hint: 1, 1
GridLayout:
Expand Down
2 changes: 1 addition & 1 deletion gui/kivy/uix/screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def set_URI(self, text):
try:
uri = electrum.util.parse_URI(text, self.app.on_pr)
except:
self.app.show_info(_("Not a Bitcoin URI") + ':\n', text)
self.app.show_info(_("Not a Bitcoin URI"))
return
amount = uri.get('amount')
self.screen.address = uri.get('address', '')
Expand Down

0 comments on commit 1ec4ccd

Please sign in to comment.