diff gamelib/scenes/cryo.py @ 224:8d8aef45db4e

fixed some typos
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 26 Aug 2010 22:25:42 +0200
parents 326300c218a6
children a5325919342e
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Thu Aug 26 22:10:01 2010 +0200
+++ b/gamelib/scenes/cryo.py	Thu Aug 26 22:25:42 2010 +0200
@@ -123,7 +123,7 @@
 
         self.add_thing(GenericCryoUnit(8,
             "An empty cryo unit.",
-            "Prisoner A455-9DF9F43C43E5. Medical Malpractice. 10 years.",
+            "Prisoner A455-9DF9F43C43E5. Medical malpractice. 10 years.",
             (
                 (596, 419, 69, 39),
                 (616, 442, 82, 40),
@@ -139,7 +139,7 @@
         if self.get_data('greet'):
             self.set_data('greet', False)
             return Result(
-                    "You hear a voice: 'Greetings Prisoner %s. "
+                    "You hear a voice: 'Greetings, Prisoner %s. "
                     "This is the Judicial Incarceration Monitor. "
                     "You have been woken early under the terms of the "
                     "emergency conscription act to help with repairs to "