app: s/GIMP_MESSAGE_ERROR/GIMP_MESSAGE_WARNING/ as reported by schumaml.

This commit is contained in:
Jehan 2024-08-19 17:44:09 +02:00
parent b5a0da63bc
commit cc02b5adad
1 changed files with 1 additions and 1 deletions

View File

@ -3404,7 +3404,7 @@ xcf_load_effect (XcfInfo *info,
filter->unsupported_operation = TRUE;
gimp_message (info->gimp, G_OBJECT (info->progress),
GIMP_MESSAGE_ERROR,
GIMP_MESSAGE_WARNING,
_("XCF Warning: version '%s' of filter '%s' is unsupported. "
"The filter was discarded.\n"
"It either means that you are using an old version of the filter or "