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
commitf4e0e91ee28f31605e068e6d79952603cf5c8cc7 (patch)
treecfd8c3aa0e60d9b9ff12582d4ecdfcaa1e901cc4 /strings.c
parentdf0b45d60873ea549160baa2af6847dba015795f (diff)
downloadopenttd-f4e0e91ee28f31605e068e6d79952603cf5c8cc7.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,
},
};