file-pdf-load: Mark string for translation

This commit is contained in:
Mukund Sivaraman 2011-12-06 21:04:06 +05:30
parent 11ba7411b4
commit b90de98c11
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ open_document (const gchar *filename,
if (! mapped_file)
{
g_set_error (load_error, 0, 0,
"Could not load '%s' %s",
_("Could not load '%s': %s"),
gimp_filename_to_utf8 (filename), error->message);
g_error_free (error);
return NULL;