fix bz55 - wrong plural for slice of cake
Entered in bugzilla prior to release: "slice of birthday cake" became "slouse of birthday cake" when made plural. "slice of pizza" used to work, but adding an entry for "louse" <-> "lice" to one of the special handling lists for singular/plural broke "slice" since only a trailing substring match is performed for entries in that particular list.
This commit is contained in:
@@ -17,6 +17,8 @@ any existing vampire shape-shifted into critter (fog cloud, bat, wolf) became
|
||||
an unkillable critter if vampires were genocided
|
||||
unlike in previous versions, an uncursed scroll of enchant armor failed to
|
||||
uncurse the piece of armor being enchanted (change was unintentional)
|
||||
slice of {pizza,cake,&} pluralized as "slouse of ..." due to false match
|
||||
with "lice" (discovered pre-3.6.0-release)
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user