diff gamelib/constants.py @ 792:bdaffaa8b6bf pyntnclick

Loading and saving! (Plus a bunch of other stuff to make it possible.)
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 12:43:28 +0200
parents 6a3440c8be8d
children
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Jan 26 20:29:58 2013 +0200
+++ b/gamelib/constants.py	Sun Jan 27 12:43:28 2013 +0200
@@ -8,4 +8,4 @@
 class SSConstants(GameConstants):
     title = _('Suspended Sentence')
     icon = 'suspended_sentence24x24.png'
-    i18n_name = 'suspended-sentence'
+    short_name = 'suspended-sentence'