summaryrefslogtreecommitdiff
path: root/gui/DebugMemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/DebugMemory.c')
-rw-r--r--gui/DebugMemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c
index d48c4109..3c5a7b72 100644
--- a/gui/DebugMemory.c
+++ b/gui/DebugMemory.c
@@ -141,7 +141,7 @@ static void MemView_Dump() {
}
if (length > 0) {
- GtkWidget *file_chooser = gtk_file_chooser_dialog_new(_("Select PSX EXE File"),
+ GtkWidget *file_chooser = gtk_file_chooser_dialog_new(_("Dump to File"),
NULL, GTK_FILE_CHOOSER_ACTION_SAVE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, NULL);