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:
parent
8a0754a5be
commit
3027db96ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue