|
|
|
@ -69,7 +69,7 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) :
@@ -69,7 +69,7 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) :
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Context menu actions
|
|
|
|
|
QAction *copyAddressAction = new QAction(ui->copyAddress->text(), this); |
|
|
|
|
QAction *copyAddressAction = new QAction(tr("&Copy Address"), this); |
|
|
|
|
QAction *copyLabelAction = new QAction(tr("Copy &Label"), this); |
|
|
|
|
QAction *editAction = new QAction(tr("&Edit"), this); |
|
|
|
|
deleteAction = new QAction(ui->deleteAddress->text(), this); |
|
|
|
|