diff options
author | saturneric <[email protected]> | 2025-04-17 20:56:49 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 20:56:49 +0000 |
commit | aba0c606f364b8c2ed75416e3d24b3cb3868db38 (patch) | |
tree | 990e39802b9cb4bb3e817298c7d1cc73c2cab77f /src/core | |
parent | fix: qt5 build issues (diff) | |
parent | chore: update german translations (diff) | |
download | GpgFrontend-aba0c606f364b8c2ed75416e3d24b3cb3868db38.tar.gz GpgFrontend-aba0c606f364b8c2ed75416e3d24b3cb3868db38.zip |
Merge branch 'develop' of ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop
Diffstat (limited to 'src/core')
-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 |