# HG changeset patch # User Adrianna PiƄska # Date 1282993540 -7200 # Node ID 1208bb5eaf6f8623bd607994a27c69443cfc97b7 # Parent e5f3a97ee8122f877e28076e1b58675c0c4c1f5b typo diff -r e5f3a97ee812 -r 1208bb5eaf6f gamelib/scenes/mess.py --- a/gamelib/scenes/mess.py Sat Aug 28 13:02:40 2010 +0200 +++ b/gamelib/scenes/mess.py Sat Aug 28 13:05:40 2010 +0200 @@ -232,7 +232,7 @@ return Result("You pick up an empty dishwashing liquid bottle. You can't find any sponges") def get_description(self): - return "Empty plastic containers. They used to hold dish washer soap." + return "Empty plastic containers. They used to hold dishwasher soap." class DetergentBottle(Item): INVENTORY_IMAGE = 'triangle.png'