Merge branch 'wip/schumaml/file-save-as-dialog-title-issue-4021' into 'master'

app: use "Save Image As" for the "Save As..." dialog title

Closes #4021

See merge request GNOME/gimp!415
This commit is contained in:
Michael Schumacher 2025-07-01 07:37:16 +00:00
commit 72153e94a4

View file

@ -311,7 +311,7 @@ file_save_cmd_callback (GimpAction *action,
case GIMP_SAVE_MODE_SAVE_AS:
file_save_dialog_show (gimp, image, widget,
_("Save Image"), FALSE,
_("Save Image As"), FALSE,
save_mode == GIMP_SAVE_MODE_SAVE_AND_CLOSE, display);
break;