aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorfanquake <[email protected]>2019-10-18 08:35:17 -0400
committerfanquake <[email protected]>2019-10-24 16:01:43 -0400
commit72fe13a58d5894afbaf1bb6789ee9b9b6576f20f (patch)
treeba6ddf657f63eeb9119ba3a071945ac84a5ff002 /src/qt/bitcoingui.cpp
parentRemove BIP70 Support (diff)
downloaddiscoin-72fe13a58d5894afbaf1bb6789ee9b9b6576f20f.tar.xz
discoin-72fe13a58d5894afbaf1bb6789ee9b9b6576f20f.zip
gui: remove payment request file handling from OpenURI dialog
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-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 b280a0c14..2aeba6d82 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -330,7 +330,7 @@ void BitcoinGUI::createActions()
usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels"));
openAction = new QAction(tr("Open &URI..."), this);
- openAction->setStatusTip(tr("Open a bitcoin: URI or payment request"));
+ openAction->setStatusTip(tr("Open a bitcoin: URI"));
m_open_wallet_action = new QAction(tr("Open Wallet"), this);
m_open_wallet_action->setEnabled(false);