aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-28 01:58:01 +0000
committerDavid Shaw <[email protected]>2004-10-28 01:58:01 +0000
commit1976afce932ada111d2ebcb39747fdd18d091465 (patch)
tree7e4937b4cc698987d749c03c93973ec7ed42f982 /g10/export.c
parent* dynload.h: Always use it for _WIN32. (diff)
downloadgnupg-1976afce932ada111d2ebcb39747fdd18d091465.tar.gz
gnupg-1976afce932ada111d2ebcb39747fdd18d091465.zip
* delkey.c, export.c, keyedit.c, pkclist.c, revoke.c, skclist.c: Fix a few
missed possible \"username\" quotes.
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c
index 1227b1f58..3731dab8f 100644
--- a/g10/export.c
+++ b/g10/export.c
@@ -159,7 +159,7 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
if (classify_user_id (sl->d, desc+ndesc))
ndesc++;
else
- log_error (_("key `%s' not found: %s\n"),
+ log_error (_("key \"%s\" not found: %s\n"),
sl->d, g10_errstr (G10ERR_INV_USER_ID));
}