(svn r4211) - Removed measuring units from the names of two strings.

- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
This commit is contained in:
2006-03-31 17:40:31 +00:00
parent bd56042e1d
commit 949758e109
25 changed files with 136 additions and 136 deletions

View File

@@ -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)