diff options
author | peter1138 <peter1138@openttd.org> | 2006-04-09 14:49:45 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-04-09 14:49:45 +0000 |
commit | dcde932043150a5157db0141291734d48d1acee4 (patch) | |
tree | cfd8c3aa0e60d9b9ff12582d4ecdfcaa1e901cc4 | |
parent | 0a509a4c486646f3c4fd1fa7f629226b4f0fbbbb (diff) | |
download | openttd-dcde932043150a5157db0141291734d48d1acee4.tar.xz |
(svn r4336) Fix units conversion of volume for SI
-rw-r--r-- | strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -514,7 +514,7 @@ static const Units units[] = { 284, 10, STR_UNITS_VELOCITY_SI, 764, 10, STR_UNITS_POWER_SI, 1000, 0, STR_UNITS_WEIGHT_SHORT_SI, STR_UNITS_WEIGHT_LONG_SI, - 1000, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI, + 1, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI, }, }; |