aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-14 14:54:26 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-14 14:56:26 +0100
commitbc29c4d4a5e762a08cb6ce25b8d37108a999fbf6 (patch)
treea76c90b8bc2af210c9bd6e01497d9e4bca77907d
parentc67d6f5b5f54f9e9d4b7a0e65b0582144ea827c0 (diff)
parent5f28fc81600736d499391c4cb6dc34ece5d4229c (diff)
downloadbitcoin-bc29c4d4a5e762a08cb6ce25b8d37108a999fbf6.tar.xz
Merge bitcoin-core/gui#663: Cleanup translation comment
5f28fc81600736d499391c4cb6dc34ece5d4229c qt: Cleanup translation comment (Hennadii Stepanov) Pull request description: An unneeded character slipped in bitcoin-core/gui#629. ACKs for top commit: jarolrod: ACK 5f28fc81600736d499391c4cb6dc34ece5d4229c jonatack: utACK 5f28fc81600736d499391c4cb6dc34ece5d4229c Tree-SHA512: 210fb626e8035786cf6859160c60b2815c813e02908c75efc71a2c64d511edd6f81b2f67f1c98b29122b990260ebf663da445ea2d01b6268e3e046ada1ca5b6e
-rw-r--r--src/qt/bitcoingui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 1c1328e000..894a401e56 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -431,7 +431,7 @@ void BitcoinGUI::createActions()
bool wallet_name_ok;
/*: Title of pop-up window shown when the user is attempting to
-+ restore a wallet. */
+ restore a wallet. */
QString title = tr("Restore Wallet");
//: Label of the input field where the name of the wallet is entered.
QString label = tr("Wallet Name");