summaryrefslogtreecommitdiff
path: root/engine_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
commit949758e109855526cb7f70af426c9374907b0d01 (patch)
tree6ad82e6d177b15f0534c4768a4fa0919c161aaae /engine_gui.c
parentbd56042e1d6812ac041989fb7b7587eef114fcb0 (diff)
downloadopenttd-949758e109855526cb7f70af426c9374907b0d01.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 'engine_gui.c')
-rw-r--r--engine_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine_gui.c b/engine_gui.c
index 69df50f42..88d975255 100644
--- a/engine_gui.c
+++ b/engine_gui.c
@@ -141,7 +141,7 @@ static void DrawTrainEngineInfo(EngineID engine, int x, int y, int maxw)
} else {
SetDParam(5, STR_8838_N_A);
}
- DrawStringMultiCenter(x, y, STR_885B_COST_WEIGHT_T_SPEED_POWER, maxw);
+ DrawStringMultiCenter(x, y, STR_VEHICLE_INFO_COST_WEIGHT_SPEED_POWER, maxw);
}
void DrawNewsNewTrainAvail(Window *w)