summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-11-13 18:38:36 +0000
committerglx <glx@openttd.org>2007-11-13 18:38:36 +0000
commita6a7b905afff920690f8fd821ad74df97265b7ec (patch)
treea1eff82f71188c1fdcf9cd7d3613749d950e18d0 /src
parenta0d0dcb78d8cab336899f85de0236bba0232522b (diff)
downloadopenttd-a6a7b905afff920690f8fd821ad74df97265b7ec.tar.xz
(svn r11428) -Fix: wrong string used for candy/sweets units_volume
Diffstat (limited to 'src')
-rw-r--r--src/table/cargo_const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/cargo_const.h b/src/table/cargo_const.h
index 12c46bdd3..184897025 100644
--- a/src/table/cargo_const.h
+++ b/src/table/cargo_const.h
@@ -114,7 +114,7 @@ static const CargoSpec _default_cargo[] = {
SPR_CARGO_BATTERIES, CC_PIECE_GOODS ),
MK( 20, 'SWET', 194, 5, 6144, 8, 40, true, TE_GOODS,
- STR_0026_CANDY, STR_0046_CANDY, STR_TONS, STR_QUANTITY_SWEETS, STR_ABBREV_SWEETS,
+ STR_0026_CANDY, STR_0046_CANDY, STR_BAGS, STR_QUANTITY_SWEETS, STR_ABBREV_SWEETS,
SPR_CARGO_CANDY, CC_EXPRESS ),
MK( 21, 'TOFF', 191, 16, 4778, 14, 60, true, TE_NONE,