(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 f6ca271375
commit a6aba9c83d
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;