Correct bad button label
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 29 Jun 2015 15:07:48 +0000 (17:07 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 29 Jun 2015 15:07:48 +0000 (17:07 +0200)
src/ui/gui/psppire-window.c

index bc28a15fd1b94a6be46cf1a7f0375159d857d771..fadc70c85f9c3625dad2e22127a47ded194830ce 100644 (file)
@@ -701,7 +701,7 @@ psppire_window_file_chooser_dialog (PsppireWindow *toplevel)
                                 GTK_WINDOW (toplevel),
                                 GTK_FILE_CHOOSER_ACTION_OPEN,
                                 _("Cancel"), GTK_RESPONSE_CANCEL,
-                                _("Save"), GTK_RESPONSE_ACCEPT,
+                                _("Open"), GTK_RESPONSE_ACCEPT,
                                 NULL);
 
   g_object_set (dialog, "local-only", FALSE, NULL);