[gnome-builder/wip/chergert/layout] editor: fix title for save as action



commit 1f8422936803f10e799e9d82e05630bc733e0497
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jul 5 06:12:24 2017 -0700

    editor: fix title for save as action

 libide/editor/ide-editor-view-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/editor/ide-editor-view-actions.c b/libide/editor/ide-editor-view-actions.c
index e2183aa..97d4cac 100644
--- a/libide/editor/ide-editor-view-actions.c
+++ b/libide/editor/ide-editor-view-actions.c
@@ -331,7 +331,7 @@ ide_editor_view_actions_save_as (GSimpleAction *action,
   dialog = gtk_file_chooser_native_new (_("Save File As"),
                                         GTK_WINDOW (toplevel),
                                         GTK_FILE_CHOOSER_ACTION_SAVE,
-                                        _("Save"),
+                                        _("Save As"),
                                         _("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]