tTrezor: fix a typo. - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8732bead24755c982f8259b721f7d6bd3a347ce7 DIR parent 95a0cbabfd3fcd9e0e823cfa007f6d637b625162 HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Fri, 22 Jan 2016 21:18:03 +0900 Trezor: fix a typo. Diffstat: M plugins/trezor/qt_generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/trezor/qt_generic.py b/plugins/trezor/qt_generic.py t@@ -559,7 +559,7 @@ class SettingsDialog(WindowModalDialog): # Advanced tab - toggle passphrase protection passphrase_button = QPushButton() passphrase_button.clicked.connect(toggle_passphrase) - passphrase_msg = WWLabel(PASSPHRASE_MSG) + passphrase_msg = WWLabel(PASSPHRASE_HELP) passphrase_warning = WWLabel(PASSPHRASE_NOT_PIN) passphrase_warning.setStyleSheet("color: red") advanced_glayout.addWidget(passphrase_button, 3, 2)