summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-09 14:49:45 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-09 14:49:45 +0000
commitdcde932043150a5157db0141291734d48d1acee4 (patch)
treecfd8c3aa0e60d9b9ff12582d4ecdfcaa1e901cc4 /strings.c
parent0a509a4c486646f3c4fd1fa7f629226b4f0fbbbb (diff)
downloadopenttd-dcde932043150a5157db0141291734d48d1acee4.tar.xz
(svn r4336) Fix units conversion of volume for SI
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.c b/strings.c
index 318f9f3f4..361d0e429 100644
--- a/strings.c
+++ b/strings.c
@@ -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,
},
};