diff options
author | saturneric <[email protected]> | 2025-04-17 20:37:44 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 20:37:44 +0000 |
commit | 31526af5242e2de1fd7f149c6a75dfa508f8d23a (patch) | |
tree | 8b7317913e4eefe55ac673594200fea6815b3423 /src/core/GpgCoreInit.cpp | |
parent | fix: refresh button should be able to restart scd listening timer (diff) | |
download | GpgFrontend-31526af5242e2de1fd7f149c6a75dfa508f8d23a.tar.gz GpgFrontend-31526af5242e2de1fd7f149c6a75dfa508f8d23a.zip |
chore: update german translations
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgCoreInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp index 18fa2965..b544d071 100644 --- a/src/core/GpgCoreInit.cpp +++ b/src/core/GpgCoreInit.cpp @@ -524,7 +524,7 @@ auto InitGpgFrontendCore(CoreInitArgs args) -> int { << "GpgFrontend cannot start under this situation!"; Module::UpsertRTValue("core", "env.state.ctx", -1); CoreSignalStation::GetInstance()->SignalBadGnupgEnv( - QCoreApplication::tr("No valid KEy Database")); + QCoreApplication::tr("No valid Key Database")); } // load default context |