installer/prompt: improve grammar and fix typos
back up is a verb, backup is a noun.
This commit is contained in:
parent
b9aaea1429
commit
b821896f77
@ -1,5 +1,5 @@
|
||||
pub const BACKUP_DESCRIPTOR_MESSAGE: &str = "The descriptor is necessary to recover your funds. The backup of your key (via mnemonics, sometimes called 'seed words') is not enough. Please make sure you have backed up both your private key and your descriptor.";
|
||||
pub const BACKUP_DESCRIPTOR_HELP: &str = "In Bitcoin, the coins are locked using a Script (related to the 'address'). In order to recover your funds you need both to know the Scripts you have participated in (your 'addresses'), and be able to sign a transaction that spends from those. For the ability to sign you backup your private key, this is your mnemonics ('seed words'). For finding the coins that belongs to you you backup a template of your Script ( / 'addresses'), this is your descriptor. Note however the descriptor needs not be as securely stored as the private key. A thief that steals your descriptor but not your private key will not be able to steal your funds.";
|
||||
pub const BACKUP_DESCRIPTOR_HELP: &str = "In Bitcoin, the coins are locked using a Script (related to the 'address'). In order to recover your funds you need to know both the Scripts you have participated in (your 'addresses'), and be able to sign a transaction that spends from those. For the ability to sign, you back up your private key, this is your mnemonic ('seed words'). For finding the coins that belong to you, you back up a template of your Script (your 'addresses'), this is your descriptor. However, note the descriptor need not be stored as securely as the private key. A thief who steals your descriptor but not your private key cannot steal your funds.";
|
||||
pub const DEFINE_DESCRIPTOR_PRIMARY_PATH_TOOLTIP: &str =
|
||||
"Set key(s) that can be used to spend coins immediately, with no time restriction.";
|
||||
pub const DEFINE_DESCRIPTOR_RECOVERY_PATH_TOOLTIP: &str =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user