diff options
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; } |