commit c02faeba2d54dd080381bedae01247a697c13294
parent fde5dd577a221aa3c5c159b885caa3aa653b7d9c
Author: ThomasV <thomasv1@gmx.de>
Date: Fri, 19 Sep 2014 21:00:48 +0200
Merge pull request #851 from molecular/test
fix typo in btcchip second factor prompt dialog
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py
@@ -434,7 +434,7 @@ class BTChipWallet(NewWallet):
msg = _("Do not enter your device PIN here !\r\n\r\n" \
"Your BTChip wants to talk to you and tell you a unique second factor code.\r\n" \
"For this to work, please open a text editor (on a different computer / device if you believe this computer is compromised) and put your cursor into it, unplug your BTChip and plug it back in.\r\n" \
- "It should show itself to your computer as a keyboard and output the second factor along with a summary of the transaction it it signing into the text-editor.\r\n\r\n" \
+ "It should show itself to your computer as a keyboard and output the second factor along with a summary of the transaction it is signing into the text-editor.\r\n\r\n" \
"Check that summary and then enter the second factor code here.\r\n" \
"Before clicking OK, re-plug the device once more (unplug it and plug it again if you read the second factor code on the same computer)")
d = QDialog()