(svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way.

This commit is contained in:
peter1138
2007-07-19 17:28:55 +00:00
parent 58a3b5e60d
commit d93fcea1f8
3 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ struct CargoSpec {
uint16 multipliertowngrowth;
uint8 callback_mask;
StringID name_plural;
StringID name;
StringID name_single;
StringID units_volume;
StringID quantifier;
StringID abbrev;