diff gamelib/scenes/machine.py @ 406:90ae05f25793

spling
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 21:51:26 +0200
parents 56a05ae56574
children 19aff54b2e73
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sat Aug 28 21:37:28 2010 +0200
+++ b/gamelib/scenes/machine.py	Sat Aug 28 21:51:26 2010 +0200
@@ -121,7 +121,7 @@
             self.set_interact("can_and_tube")
 
     def interact_without(self):
-        return Result("You really don't want to but your hand in there.")
+        return Result("You really don't want to put your hand in there.")
 
     def interact_with_empty_can(self, item):
         contents = self.get_data('contents')
@@ -189,7 +189,7 @@
                 pass
             else:
                 self.state.add_inventory_item("cryo_pipes_one")
-            return Result("With high-precision spitzensparken, the can and tube a welded"
+            return Result("With high-precision spitzensparken, the can and tube are welded"
                         " into a whole greater than the parts.",
                         soundfile='laser.ogg')