changeset 50:414910c415a2

Fix title in menu
author Neil Muller <neil@dip.sun.ac.za>
date Mon, 23 Aug 2010 12:00:12 +0200
parents 8771d545a493
children 3417cf0e8795
files gamelib/menu.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/menu.py	Mon Aug 23 11:59:41 2010 +0200
+++ b/gamelib/menu.py	Mon Aug 23 12:00:12 2010 +0200
@@ -11,7 +11,7 @@
         Screen.__init__(self, shell)
         StartButton = Button('Start New Game', action = self.start)
         QuitButton = Button('Quit', action = shell.quit)
-        Title = Label('Caught! ... In SPAACE')
+        Title = Label('Suspended Sentence')
         menu = Column([
             Title,
             StartButton,