dialogs: "Maximum Image Size" changed to "Maximum new image size"

Because of the real GUI string is "Maximum new image size", this patch
was necessary.
This commit is contained in:
Sabri Ünal 2025-11-08 12:26:27 +03:00 committed by Bruno
parent 8a0754a5be
commit 3027db96ff

View file

@ -242,8 +242,8 @@ image_scale_confirm_large (ImageScaleDialog *private,
gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (widget)->box,
_("Scaling the image to the chosen size will "
"make it use more memory than what is "
"configured as \"Maximum Image Size\" in the "
"Preferences dialog (currently %s)."), size);
"configured as \"Maximum new image size\" in "
"the Preferences dialog (currently %s)."), size);
g_free (size);
gtk_widget_show (widget);