aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotFunction.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-19 09:31:17 +0000
committerSaturneric <[email protected]>2021-08-19 09:31:17 +0000
commit3977f4d024fdbf676f14d51a6977d9f7e67965ee (patch)
treeebd475d48011e5bc8664bbcdd52661cc5f9313d0 /src/ui/main_window/MainWindowSlotFunction.cpp
parentBugs Fixed; Improve Functions; (diff)
downloadGpgFrontend-3977f4d024fdbf676f14d51a6977d9f7e67965ee.tar.gz
GpgFrontend-3977f4d024fdbf676f14d51a6977d9f7e67965ee.zip
Bugs Fixed; Code Modified;
Diffstat (limited to 'src/ui/main_window/MainWindowSlotFunction.cpp')
-rw-r--r--src/ui/main_window/MainWindowSlotFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowSlotFunction.cpp b/src/ui/main_window/MainWindowSlotFunction.cpp
index 48a94fa6..13af25ed 100644
--- a/src/ui/main_window/MainWindowSlotFunction.cpp
+++ b/src/ui/main_window/MainWindowSlotFunction.cpp
@@ -377,7 +377,7 @@ void MainWindow::slotEncryptSign() {
tr("Please go to the settings interface to enable and configure this function."));
}
});
- infoBoard->addOptionalAction("Shorten Crypt Text", [this]() {
+ infoBoard->addOptionalAction("Shorten Ciphertext", [this]() {
if (settings.value("general/serviceToken").toString().isEmpty())
QMessageBox::warning(nullptr,
tr("Service Token Empty"),