aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Moffett <john.moff@gmail.com>2023-01-12 11:15:02 -0500
committerJohn Moffett <john.moff@gmail.com>2023-01-12 11:15:02 -0500
commitdc9bad5192991219ab71c9046e197e2f18791d9e (patch)
tree0cc2a62d798fea2c5bf07c9898a0fedf2cde09f1 /doc
parent9b158ae73f9018e0d834bd6c9d9c9825e4a47540 (diff)
downloadbitcoin-dc9bad5192991219ab71c9046e197e2f18791d9e.tar.xz
Change dots to an ellipsis and fix capitalization
Matches ellipsis usage in the "Restore" section.
Diffstat (limited to 'doc')
-rw-r--r--doc/managing-wallets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/managing-wallets.md b/doc/managing-wallets.md
index 6e771e18a7..22e006c963 100644
--- a/doc/managing-wallets.md
+++ b/doc/managing-wallets.md
@@ -88,7 +88,7 @@ In the RPC, the destination parameter must include the name of the file. Otherwi
$ bitcoin-cli -rpcwallet="wallet-01" backupwallet /home/node01/Backups/backup-01.dat
```
-In the GUI, the wallet is selected in the `Wallet` drop-down list in the upper right corner. If this list is not present, the wallet can be loaded in `File` ->`Open wallet` if necessary. Then, the backup can be done in `File` -> `Backup Wallet...`.
+In the GUI, the wallet is selected in the `Wallet` drop-down list in the upper right corner. If this list is not present, the wallet can be loaded in `File` ->`Open Wallet` if necessary. Then, the backup can be done in `File` -> `Backup Wallet…`.
This backup file can be stored on one or multiple offline devices, which must be reliable enough to work in an emergency and be malware free. Backup files can be regularly tested to avoid problems in the future.