summaryrefslogtreecommitdiff
path: root/train_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-31 17:40:31 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-31 17:40:31 +0000
commita2ea99dc66b9ed90ad639170c9501cea992538ee (patch)
tree6ad82e6d177b15f0534c4768a4fa0919c161aaae /train_gui.c
parent997ce7d3171a924511275eb77d0044c14fdada3b (diff)
downloadopenttd-a2ea99dc66b9ed90ad639170c9501cea992538ee.tar.xz
(svn r4211) - Removed measuring units from the names of two strings.
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
Diffstat (limited to 'train_gui.c')
-rw-r--r--train_gui.c2
1 files changed, 1 insertions, 1 deletions
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);