From 017b72d98ac3206982a692954a13c07cf117562e Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 2 Aug 2005 20:14:23 +0000 Subject: (svn r2795) -Fix: [Clone vehilcle] all error messages should now tell the right vehicle type (chrishuebsch) --- aircraft_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aircraft_gui.c') diff --git a/aircraft_gui.c b/aircraft_gui.c index 41bef1c32..71a30e91a 100644 --- a/aircraft_gui.c +++ b/aircraft_gui.c @@ -783,7 +783,7 @@ static bool HandleCloneVehClick(Vehicle *v, Window *w) } - DoCommandP(w->window_number, v->index, _ctrl_pressed ? 1 : 0,CcCloneAircraft,CMD_CLONE_VEHICLE | CMD_MSG(STR_882B_CAN_T_BUILD_RAILROAD_VEHICLE)); + DoCommandP(w->window_number, v->index, _ctrl_pressed ? 1 : 0,CcCloneAircraft,CMD_CLONE_VEHICLE | CMD_MSG(STR_A008_CAN_T_BUILD_AIRCRAFT)); ResetObjectToPlace(); -- cgit v1.2.3-54-g00ecf