rename actionmenu

This commit is contained in:
DenioD
2020-06-21 00:06:00 +02:00
parent 38afce1e98
commit 3cd1a8059a

View File

@@ -1488,7 +1488,7 @@ void MainWindow::setupchatTab() {
QAction* requestHushAction;
QAction* subatomicAction;
contextMenu = new QMenu(ui->listContactWidget);
HushAction = new QAction("Send or Request some Hush ",contextMenu);
HushAction = new QAction("Send this contact Hush ",contextMenu);
editAction = new QAction("Delete this contact",contextMenu);
requestAction = new QAction("Send a contact request - coming soon",contextMenu);
subatomicAction = new QAction("Make a subatomic swap with a friend- coming soon",contextMenu);