mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user