[gimp/wip/schumaml/file-save-as-dialog-title-issue-4021] app: use "Save Image As" for the "Save As..." dialog title




commit 3570b6d50650187e6c3f33650f3994f21df599fe
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Feb 26 11:52:30 2021 +0100

    app: use "Save Image As" for the "Save As..." dialog title
    
    Save uses "Save Image", so I opted for "Save Image As" for consistency.
    
    This introduces an inconsistency with the Export and Export As... dialogs where "Export Image" remains in 
use
    for both, but addressing that will require an API change for file_export_dialog_show()
    
    Fixes issue #4021.

 app/actions/file-commands.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/actions/file-commands.c b/app/actions/file-commands.c
index e3f87637b5..13587bd729 100644
--- a/app/actions/file-commands.c
+++ b/app/actions/file-commands.c
@@ -293,7 +293,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;
 


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