diff src/vehicle_gui.cpp @ 8917:6e2d90e8936b draft

(svn r12687) -Change: show when a vehicle is actually leaving the station instead of loading/unloading.
author rubidium <rubidium@openttd.org>
date Sun, 13 Apr 2008 16:48:28 +0000
parents 02787d6f3834
children 322e2779f67a
line wrap: on
line diff
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -1990,7 +1990,7 @@
 
 			case OT_LEAVESTATION:
 				if (v->type != VEH_AIRCRAFT) {
-					str = STR_882F_LOADING_UNLOADING;
+					str = STR_LEAVING;
 					break;
 				}
 				/* fall-through if aircraft. Does this even happen? */