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



commit df8bad7a44d8ba0f2519eee2e8bb088771db02ce
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.
    
    (cherry picked from commit fb03526f92f1c8a73ad1d65b48c43aad8afe2ce9)

 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 b589dc7903..3e91e6115f 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]