aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-07 10:09:57 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-07 10:09:57 +0200
commit5f28fc81600736d499391c4cb6dc34ece5d4229c (patch)
tree69d8e97673f001ad5c7886124ce2299c7ac1c63a /src/qt
parent124e75a41ea0f3f0e90b63b0c41813184ddce2ab (diff)
downloadbitcoin-5f28fc81600736d499391c4cb6dc34ece5d4229c.tar.xz
qt: Cleanup translation comment
Diffstat (limited to 'src/qt')
-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");