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

fixed some typos
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 26 Aug 2010 22:25:42 +0200
parents 2b820b4ba3bf
children b1451b0b906f
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Thu Aug 26 22:10:01 2010 +0200
+++ b/gamelib/scenes/map.py	Thu Aug 26 22:25:42 2010 +0200
@@ -35,15 +35,15 @@
         if self.get_data('implant'):
             self.set_data('implant', False)
             return (Result(
-                "JIM say 'Under the terms of the emergency conscription "
-                "act, I have downloaded the ship schematics to your "
+                "JIM says: 'Under the terms of the emergency conscription "
+                "act, I have downloaded the ship's schematics to your "
                 "neural implant to help you navigate around the ship. "
                 "Please report to the bridge.'", style="JIM"),
                 Result(
-                "JIM continues 'Prisoner %s. You are classed "
-                "as a class 1 felon. Obtaining access to the ship shematics "
-                "consitutes a level 2 offence and carries a minimal penalty "
-                "of an additional 3 years on you sentence.'" % PLAYER_ID,
+                "JIM continues: 'Prisoner %s. You are classed "
+                "as a class 1 felon. Obtaining access to the ship's schematics "
+                "constitutes a level 2 offence and carries a minimal penalty "
+                "of an additional 3 years on your sentence.'" % PLAYER_ID,
                 style="JIM"))