changeset 439:4136b5d931e7

tpyo
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sun, 29 Aug 2010 00:05:36 +0200
parents c6e0ae102efb
children 1d79ed1b21e0
files gamelib/scenes/bridge.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sun Aug 29 00:00:27 2010 +0200
+++ b/gamelib/scenes/bridge.py	Sun Aug 29 00:05:36 2010 +0200
@@ -351,7 +351,7 @@
         if self.scene.get_data('ai status') == 'online':
             return (Result('You feel a shock from the panel.'),
                     make_jim_dialog("Prisoner %s. Please step away from the panel. "
-                        "You are not an authorized techinican." % PLAYER_ID, self.state))
+                        "You are not an authorized technician." % PLAYER_ID, self.state))
 
 class ChairDetail(Scene):