aboutsummaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 08433da9..eb8b96b1 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -32,7 +32,7 @@ MainWindow::MainWindow()
networkAccessManager = new QNetworkAccessManager(this);
- auto waitingDialog = new WaitingDialog("Loading Gnupg", this);
+ auto waitingDialog = new WaitingDialog(tr("Loading Gnupg"), this);
// Init Gnupg
auto ctx_thread = QThread::create([&]() { mCtx = new GpgME::GpgContext(); });