src/main_gui.cpp
changeset 8424 c3477565c975
parent 8270 e7c342f6b14c
child 8448 f716c812f401
--- a/src/main_gui.cpp	Sun Jan 27 11:01:10 2008 +0000
+++ b/src/main_gui.cpp	Sun Jan 27 17:32:12 2008 +0000
@@ -972,7 +972,7 @@
 {
 	uint16 x = 0;
 
-	w = PopupMainToolbMenu(w, 2, STR_02C3_GAME_OPTIONS, 14, 0);
+	w = PopupMainToolbMenu(w, 2, STR_02C4_GAME_OPTIONS, 14, 0);
 
 	if (HasBit(_display_opt, DO_SHOW_TOWN_NAMES))    SetBit(x,  6);
 	if (HasBit(_display_opt, DO_SHOW_STATION_NAMES)) SetBit(x,  7);