From 3027db96ffb91ff97930e07497a26f33b02b7fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sat, 8 Nov 2025 12:26:27 +0300 Subject: [PATCH] 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. --- app/dialogs/image-scale-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dialogs/image-scale-dialog.c b/app/dialogs/image-scale-dialog.c index 264d076729..8c5279b6d8 100644 --- a/app/dialogs/image-scale-dialog.c +++ b/app/dialogs/image-scale-dialog.c @@ -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);