[gimp/gimp-2-10] Issue #3105 - "Maximum Image Size" changed to "Maximum new image size"



commit fb03526f92f1c8a73ad1d65b48c43aad8afe2ce9
Author: Sabri Ünal <libreajans gmail com>
Date:   Wed May 29 22:24:06 2019 +0000

    Issue #3105 - "Maximum Image Size" changed to "Maximum new image size"
    
    Because of the real sentence is "Maximum new image size", this patch was necessary.

 app/dialogs/image-new-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/dialogs/image-new-dialog.c b/app/dialogs/image-new-dialog.c
index db709ef29b..3650329f95 100644
--- a/app/dialogs/image-new-dialog.c
+++ b/app/dialogs/image-new-dialog.c
@@ -347,7 +347,7 @@ image_new_confirm_dialog (ImageNewDialog *private)
   gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box,
                               _("An image of the chosen size will use more "
                                 "memory than what is configured as "
-                                "\"Maximum Image Size\" in the Preferences "
+                                "\"Maximum new image size\" in the Preferences "
                                 "dialog (currently %s)."), size);
   g_free (size);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]