electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 428b63822b359d56d6ececabf406a43589545d24
parent 69720946c1687e887c6571e249bbe08b6d86027b
Author: SomberNight <somber.night@protonmail.com>
Date:   Wed,  4 Dec 2019 20:54:53 +0100

trezor: rm obsolete gui text

Diffstat:
Melectrum/plugins/trezor/trezor.py | 9+--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/electrum/plugins/trezor/trezor.py b/electrum/plugins/trezor/trezor.py @@ -177,14 +177,7 @@ class TrezorPlugin(HW_PluginBase): def initialize_device(self, device_id, wizard, handler): # Initialization method - msg = _("Choose how you want to initialize your {}.\n\n" - "The first two methods are secure as no secret information " - "is entered into your computer.\n\n" - "For the last two methods you input secrets on your keyboard " - "and upload them to your {}, and so you should " - "only do those on a computer you know to be trustworthy " - "and free of malware." - ).format(self.device, self.device) + msg = _("Choose how you want to initialize your {}.").format(self.device, self.device) choices = [ # Must be short as QT doesn't word-wrap radio button text (TIM_NEW, _("Let the device generate a completely new seed randomly")),