mirror of https://github.com/GNOME/gimp.git
plug-ins: removing a string because of an obvious typo.
Thanks to Anders for noticing this one! Sorry to translators if you already worked on this and wondered what this AA was (answer: nothing but a typo!).
This commit is contained in:
parent
74bbe26918
commit
038ccfc1c1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue