Skip to content

Commit c7930c8

Browse files
committed
Merge pull request #3528
66a8829 qt: Minor message updates (Wladimir J. van der Laan)
2 parents f126973 + 66a8829 commit c7930c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/qt/bitcoingui.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@ void BitcoinGUI::createActions(bool fIsTestnet)
302302
openRPCConsoleAction = new QAction(QIcon(":/icons/debugwindow"), tr("&Debug window"), this);
303303
openRPCConsoleAction->setStatusTip(tr("Open debugging and diagnostic console"));
304304

305-
usedSendingAddressesAction = new QAction(QIcon(":/icons/address-book"), tr("&Used sending addresses..."), this);
305+
usedSendingAddressesAction = new QAction(QIcon(":/icons/address-book"), tr("&Sending addresses..."), this);
306306
usedSendingAddressesAction->setStatusTip(tr("Show the list of used sending addresses and labels"));
307-
usedReceivingAddressesAction = new QAction(QIcon(":/icons/address-book"), tr("Used &receiving addresses..."), this);
307+
usedReceivingAddressesAction = new QAction(QIcon(":/icons/address-book"), tr("&Receiving addresses..."), this);
308308
usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels"));
309309

310-
openAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Open URI..."), this);
310+
openAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Open &URI..."), this);
311311
openAction->setStatusTip(tr("Open a bitcoin: URI or payment request"));
312312

313313
connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));

src/qt/forms/receivecoinsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
</font>
203203
</property>
204204
<property name="text">
205-
<string>Previously requested payments</string>
205+
<string>Requested payments</string>
206206
</property>
207207
</widget>
208208
</item>

0 commit comments

Comments
 (0)