[gnome-builder] editor: change Save As to Save a Copy



commit 73dda40447ae38c3b59fd1b1a5ebe6c346ef1262
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 23 13:30:30 2021 -0700

    editor: change Save As to Save a Copy
    
    Related #1472

 src/libide/editor/ide-editor-page-actions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-page-actions.c b/src/libide/editor/ide-editor-page-actions.c
index 4ef5f1725..124e5daff 100644
--- a/src/libide/editor/ide-editor-page-actions.c
+++ b/src/libide/editor/ide-editor-page-actions.c
@@ -374,10 +374,10 @@ ide_editor_page_actions_save_as (GSimpleAction *action,
     }
 
   toplevel = gtk_widget_get_ancestor (GTK_WIDGET (self), GTK_TYPE_WINDOW);
-  dialog = gtk_file_chooser_native_new (_("Save File As"),
+  dialog = gtk_file_chooser_native_new (_("Save a Copy"),
                                         GTK_WINDOW (toplevel),
                                         GTK_FILE_CHOOSER_ACTION_SAVE,
-                                        _("Save As"),
+                                        _("Save"),
                                         _("Cancel"));
 
   gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);


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