mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 02:17:53 -04:00
Fix typos in various files
This commit is contained in:
parent
a69c713f8e
commit
57c0b1ed9f
18 changed files with 28 additions and 28 deletions
|
@ -1739,7 +1739,7 @@ simple_wallet::simple_wallet()
|
|||
m_cmd_binder.set_handler("address",
|
||||
boost::bind(&simple_wallet::print_address, this, _1),
|
||||
tr("address [ new <label text with white spaces allowed> | all | <index_min> [<index_max>] | label <index> <label text with white spaces allowed>]"),
|
||||
tr("If no arguments are specified or <index> is specified, the wallet shows the default or specified address. If \"all\" is specified, the walllet shows all the existing addresses in the currently selected account. If \"new \" is specified, the wallet creates a new address with the provided label text (which can be empty). If \"label\" is specified, the wallet sets the label of the address specified by <index> to the provided label text."));
|
||||
tr("If no arguments are specified or <index> is specified, the wallet shows the default or specified address. If \"all\" is specified, the wallet shows all the existing addresses in the currently selected account. If \"new \" is specified, the wallet creates a new address with the provided label text (which can be empty). If \"label\" is specified, the wallet sets the label of the address specified by <index> to the provided label text."));
|
||||
m_cmd_binder.set_handler("integrated_address",
|
||||
boost::bind(&simple_wallet::print_integrated_address, this, _1),
|
||||
tr("integrated_address [<payment_id> | <address>]"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue