diff options
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r-- | g10/tdbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index 1d05aae37..39f1d5677 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -1627,7 +1627,7 @@ void tdbio_invalid(void) { log_error(_( - "The trustdb is corrupted; please run \"gpgm --fix-trustdb\".\n") ); + "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n") ); g10_exit(2); } |