mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:27:26 -04:00
chore: remove redundant words in comment
Signed-off-by: xihuwenhua <xihuwenhua@outlook.com>
This commit is contained in:
@@ -23,7 +23,7 @@ You would think timestamp preservation is no problem when unpacking the zip arch
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
Note that the the following line in `Monero.iss` is also important regarding file timestamps:
|
Note that the following line in `Monero.iss` is also important regarding file timestamps:
|
||||||
|
|
||||||
TimeStampsInUTC=yes
|
TimeStampsInUTC=yes
|
||||||
|
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ Rectangle {
|
|||||||
visible: false
|
visible: false
|
||||||
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.") +
|
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.") +
|
||||||
qsTr("Recovery phrase (mnemonic seed)") +
|
qsTr("Recovery phrase (mnemonic seed)") +
|
||||||
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).") +
|
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).") +
|
||||||
qsTr("Wallet creation date") +
|
qsTr("Wallet creation date") +
|
||||||
qsTr("Wallet restore height") +
|
qsTr("Wallet restore height") +
|
||||||
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user