diff options
Diffstat (limited to 'src/ui/main_window/MainWindowUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index 36aa2f12..d1a72c83 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -331,7 +331,7 @@ void MainWindow::create_actions() { } }); - gnupg_controller_open_act_ = new QAction(_("GnuPG Controller"), this); + gnupg_controller_open_act_ = new QAction(_("Open GnuPG Controller"), this); gnupg_controller_open_act_->setIcon(QIcon(":configure.png")); gnupg_controller_open_act_->setToolTip(_("Open GnuPG Controller Dialog")); connect(gnupg_controller_open_act_, &QAction::triggered, this, |