From 3cd1a8059a5640f91fff10a9230834d482a3fd88 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sun, 21 Jun 2020 00:06:00 +0200 Subject: [PATCH] rename actionmenu --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1eac498..a2dda35 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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);