Skip to content

Commit 4994ce0

Browse files
committed
chore: remove redundant words in comment
Signed-off-by: xihuwenhua <xihuwenhua@outlook.com>
1 parent 0149f94 commit 4994ce0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installers/windows/Deterministic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You would think timestamp preservation is no problem when unpacking the zip arch
2323

2424
In any case, after unpacking, check the file dates in the `bin` directory where the installer script looks for them with the dates of the files in the zip file: They must be identical.
2525

26-
Note that the the following line in `Monero.iss` is also important regarding file timestamps:
26+
Note that the following line in `Monero.iss` is also important regarding file timestamps:
2727

2828
TimeStampsInUTC=yes
2929

wizard/WizardCreateWallet2.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Rectangle {
8686
visible: false
8787
text: qsTr("Print this paper, fill it out, and keep it in a safe location. Never share your recovery phrase with anybody, especially with strangers offering technical support.") +
8888
qsTr("Recovery phrase (mnemonic seed)") +
89-
qsTr("These words are are a backup of your wallet. They are the only thing needed to access your funds and restore your Monero wallet, so keep this paper in a safe place and do not disclose it to anybody! It is strongly not recommended to store your recovery phrase digitally (in an email, online service, screenshot, photo, or any other type of computer file).") +
89+
qsTr("These words are a backup of your wallet. They are the only thing needed to access your funds and restore your Monero wallet, so keep this paper in a safe place and do not disclose it to anybody! It is strongly not recommended to store your recovery phrase digitally (in an email, online service, screenshot, photo, or any other type of computer file).") +
9090
qsTr("Wallet creation date") +
9191
qsTr("Wallet restore height") +
9292
qsTr("For instructions on how to restore this wallet, visit www.getmonero.org and go to Resources > User Guides > \"How to restore a wallet from mnemonic seed\". Use only Monero wallets that are trusted and recommended by the Monero community (see a list of them in www.getmonero.org/downloads).") + translationManager.emptyString

0 commit comments

Comments
 (0)