Merge pull #750: fixed grammar error: have -> has

This commit is contained in:
David A. Harding 2015-02-18 08:28:21 -05:00
commit 297afbedc9
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -574,7 +574,7 @@ en:
offline: "Offline wallet for savings"
offlinetxt: "An offline wallet, also known as cold storage, provides the highest level of security for savings. It involves storing a wallet in a secured place that is not connected to the network. When done properly, it can offer a very good protection against computer vulnerabilities. Using an offline wallet in conjunction with backups and encryption is also a good practice. Here is an overview of some approaches."
offlinetx: "Offline transaction signing"
offlinetxtxt1: "This approach involves having two computers sharing some parts of the same wallet. The first one must be disconnected from any network. It is the only one that holds the entire wallet and is able to sign transactions. The second computer is connected to the network and only have a watching wallet that can only create unsigned transactions. This way, you can securely issue new transactions with the following steps."
offlinetxtxt1: "This approach involves having two computers sharing some parts of the same wallet. The first one must be disconnected from any network. It is the only one that holds the entire wallet and is able to sign transactions. The second computer is connected to the network and only has a watching wallet that can only create unsigned transactions. This way, you can securely issue new transactions with the following steps."
offlinetxtxt2: "Create a new transaction on the online computer and save it on an USB key."
offlinetxtxt3: "Sign the transaction with the offline computer."
offlinetxtxt4: "Send the signed transaction with the online computer."