From 038ccfc1c1b424a91f0912888a1eefa9f04b8f56 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sat, 24 Aug 2024 20:29:52 +0200 Subject: [PATCH] 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!). --- plug-ins/common/file-wmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }