town_gui.c
changeset 1803 24a94314cfa9
parent 1793 8ac8a8c9ec0f
child 1820 9b6458526480
--- a/town_gui.c	Sat May 14 12:36:16 2005 +0000
+++ b/town_gui.c	Sat May 14 18:25:01 2005 +0000
@@ -196,7 +196,7 @@
 		}
 
 		case 6: { /* carry out the action */
-			DoCommandP(GetTown(w->window_number)->xy, w->window_number, WP(w,def_d).data_1, NULL, CMD_DO_TOWN_ACTION | CMD_MSG(STR_2054_CAN_T_DO_THIS));
+			DoCommandP(GetTown(w->window_number)->xy, w->window_number, WP(w,def_d).data_1, NULL, CMD_DO_TOWN_ACTION | CMD_MSG(STR_00B4_CAN_T_DO_THIS));
 			break;
 		}
 		}