187 | @@ -188,7 +188,7 @@ void BitcoinGUI::createActions()
188 | historyAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_4));
189 | tabGroup->addAction(historyAction);
190 |
191 | - addressBookAction = new QAction(QIcon(":/icons/address-book"), tr("&Address Book"), this);
192 | + addressBookAction = new QAction(QIcon(":/icons/address-book"), tr("&Contacts"), this);
IMHO Contacts is not what the Address Book really IS, so NACK to this one, I'm fine with the others though.
I agree with Diapolo with Address Book it's a keeper!
Agree with Diapolo. "Coins" is indeed unnecessary and ACK on removing it.
"Contacts" doesn't really make sense to me for financial sw. What it really is, is a list of past (or stored for future usage) recipient addresses. So "address book" is a pretty nice analogy. Then again there may be wisdom in completely moving it to the background as it encourages re-use, see also @gmaxwell's point in #2429 but that's for future discussion.