diff options
author | Saturneric <[email protected]> | 2023-04-04 16:53:27 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 16:53:27 +0000 |
commit | efd456a22c113997922c0b866e9aa9351dbc0846 (patch) | |
tree | b75fcd3306afb6ae62a74c45578bc3cec15ef45e /src/ui/main_window/MainWindowUI.cpp | |
parent | feat: improve the ui of gnupg controller (diff) | |
download | GpgFrontend-efd456a22c113997922c0b866e9aa9351dbc0846.tar.gz GpgFrontend-efd456a22c113997922c0b866e9aa9351dbc0846.zip |
fix: improve some parts that is not good
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, |