diff options
Diffstat (limited to 'g10/photoid.c')
-rw-r--r-- | g10/photoid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index 7f6b8be7c..b311bfa09 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -328,6 +328,6 @@ void show_photos(const struct user_attribute *attrs, return; fail: - log_error("unable to display photo ID!\n"); + log_error(_("unable to display photo ID!\n")); #endif } |