diff --git a/plug-ins/common/file-wmf.c b/plug-ins/common/file-wmf.c index 78c41cc621..62c33ab221 100644 --- a/plug-ins/common/file-wmf.c +++ b/plug-ins/common/file-wmf.c @@ -235,7 +235,7 @@ wmf_extract (GimpProcedure *procedure, if (! load_wmf_size (file, &width, &height, &guessed)) { g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, - _("Could not open '%s' for reading AA"), + _("Could not open '%s' for reading"), gimp_file_get_utf8_name (file)); return FALSE; }