tkivy: update messages - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1ec4ccdf2e8d660e612d6ac44b952f153f895389 DIR parent 4f04f96d296abc186fd61257bf8f6363e771c407 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 26 Feb 2016 10:48:43 +0100 kivy: update messages Diffstat: M gui/kivy/uix/dialogs/create_restor… | 3 +-- M gui/kivy/uix/screens.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) --- DIR diff --git a/gui/kivy/uix/dialogs/create_restore.py b/gui/kivy/uix/dialogs/create_restore.py t@@ -100,8 +100,7 @@ Builder.load_string(''' 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: DIR diff --git a/gui/kivy/uix/screens.py b/gui/kivy/uix/screens.py t@@ -188,7 +188,7 @@ class SendScreen(CScreen): 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', '')