From e641f2d25186736b2d59474e0cfd7cd761dee1d1 Mon Sep 17 00:00:00 2001 From: neocogent Date: Wed, 23 Aug 2017 11:56:18 +0700 Subject: [PATCH] fix ledger help text grammar --- plugins/ledger/auth2fa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ledger/auth2fa.py b/plugins/ledger/auth2fa.py index 4ce52f59..3e982e0b 100644 --- a/plugins/ledger/auth2fa.py +++ b/plugins/ledger/auth2fa.py @@ -13,7 +13,7 @@ from btchip.btchip import * DEBUG = False -helpTxt = [_("Your Ledger Wallet wants tell you a one-time PIN code.

" \ +helpTxt = [_("Your Ledger Wallet wants to tell you a one-time PIN code.

" \ "For best security you should unplug your device, open a text editor on another computer, " \ "put your cursor into it, and plug your device into that computer. " \ "It will output a summary of the transaction being signed and a one-time PIN.

" \