tFix Typo - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit d71d22d279b57dbe1f1509b7ba37fc421b2f173a
DIR parent 99647fc070ad1aa988c3fc5fa16476a71564fd3f
HTML Author: Johann Bauer <bauerj@bauerj.eu>
Date: Sat, 10 Mar 2018 14:55:06 +0100
Fix Typo
Diffstat:
M gui/qt/main_window.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -1182,7 +1182,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
self.fee_adv_controls.setVisible(False)
self.preview_button = EnterButton(_("Preview"), self.do_preview)
- self.preview_button.setToolTip(_('Display the details of your transactions before signing it.'))
+ self.preview_button.setToolTip(_('Display the details of your transaction before signing it.'))
self.send_button = EnterButton(_("Send"), self.do_send)
self.clear_button = EnterButton(_("Clear"), self.do_clear)
buttons = QHBoxLayout()