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:
Jehan 2024-08-24 20:29:52 +02:00
parent 74bbe26918
commit 038ccfc1c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}