From a2ea99dc66b9ed90ad639170c9501cea992538ee Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 31 Mar 2006 17:40:31 +0000 Subject: (svn r4211) - Removed measuring units from the names of two strings. - Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units". --- train_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_gui.c') diff --git a/train_gui.c b/train_gui.c index c4a83a3bd..c65b899ff 100644 --- a/train_gui.c +++ b/train_gui.c @@ -1174,7 +1174,7 @@ static void DrawTrainDetailsWindow(Window *w) SetDParam(2, v->u.rail.cached_max_speed * 10 >> 4); SetDParam(1, v->u.rail.cached_power); SetDParam(0, v->u.rail.cached_weight); - DrawString(x, 25, STR_885E_WEIGHT_T_POWER_HP_MAX_SPEED, 0); + DrawString(x, 25, STR_VEHICLE_INFO_WEIGHT_POWER_MAX_SPEED, 0); SetDParam(0, v->profit_this_year); SetDParam(1, v->profit_last_year); -- cgit v1.2.3-54-g00ecf