diff options
author | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
commit | b076ce302189d619d170089f70afdb72dd0bf967 (patch) | |
tree | 736281f795268c3f712ed29167e21bc9078fc698 /g10/export.c | |
parent | ready to release 0.4.3 (diff) | |
download | gnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip |
Some bug fixes of the last release
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index 637f675f4..ff003cc74 100644 --- a/g10/export.c +++ b/g10/export.c @@ -32,6 +32,7 @@ #include "memory.h" #include "util.h" #include "main.h" +#include "i18n.h" static int do_export( STRLIST users, int secret ); @@ -158,7 +159,7 @@ do_export( STRLIST users, int secret ) else iobuf_close(out); if( !any ) - log_info("warning: nothing exported\n"); + log_info(_("WARNING: nothing exported\n")); return rc; } |