1.4 graphic and Very Contact instead of Very Address in QT

This commit is contained in:
Billy Markus 2014-01-05 10:17:29 -08:00
parent dab72582b6
commit 9e32d4a2eb
2 changed files with 2 additions and 2 deletions

View file

@ -219,8 +219,8 @@ void BitcoinGUI::createActions()
historyAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_4));
tabGroup->addAction(historyAction);
addressBookAction = new QAction(QIcon(":/icons/address-book"), tr("&Very Address"), this);
addressBookAction->setToolTip(tr("Edit the list of stored addresses and labels"));
addressBookAction = new QAction(QIcon(":/icons/address-book"), tr("&Very Contacts"), this);
addressBookAction->setToolTip(tr("Edit the list of stored addresses and labels for sending"));
addressBookAction->setCheckable(true);
addressBookAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_5));
tabGroup->addAction(addressBookAction);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 140 KiB