aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/main_window/MainWindowUI.cpp')
-rw-r--r--src/ui/main_window/MainWindowUI.cpp2
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,