diff options
author | Saturneric <[email protected]> | 2021-07-19 19:05:27 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-19 19:05:27 +0000 |
commit | b18f63a1463172fbbcc42ed0219fcb8307be5d33 (patch) | |
tree | 6fc577b9305bc8fa603f71cf994b9572155cebcf /src/MainWindow.cpp | |
parent | Improved and Modified. (diff) | |
download | GpgFrontend-b18f63a1463172fbbcc42ed0219fcb8307be5d33.tar.gz GpgFrontend-b18f63a1463172fbbcc42ed0219fcb8307be5d33.zip |
Add simplified Chinese translation.
Repair and adjustment.
Diffstat (limited to '')
-rw-r--r-- | src/MainWindow.cpp | 2 |
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(); }); |