From de9e21f12ee100387dd14c7f3548b6c7b70d7e11 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sat, 2 Mar 2013 18:56:45 +0000 Subject: [PATCH] gtk: change menu item string: "Auto-resume play" --- src/drivers/sdl/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/sdl/gui.cpp b/src/drivers/sdl/gui.cpp index c9e7411f..50e3c98a 100644 --- a/src/drivers/sdl/gui.cpp +++ b/src/drivers/sdl/gui.cpp @@ -2254,7 +2254,7 @@ static GtkActionEntry normal_entries[] = { // Menu items with a check box that can be toggled on or off static GtkToggleActionEntry toggle_entries[] = { {"GameGenieToggleAction", NULL, "Enable Game _Genie", NULL, NULL, G_CALLBACK(toggleGameGenie), FALSE}, - {"AutoResumeAction", NULL, "Auto-Resume", NULL, NULL, G_CALLBACK(toggleAutoResume), FALSE}, + {"AutoResumeAction", NULL, "Auto-Resume Play", NULL, NULL, G_CALLBACK(toggleAutoResume), FALSE}, }; // Menu items for selecting a save state slot using radio buttons