mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
commit
72153e94a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue