view gamelib/constants.py @ 781:5fb962434159 pyntnclick

Translate the title (thanks Dmitrijs Ledkovs)
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 18:54:34 +0200
parents 43b49f1de828
children 6a3440c8be8d
line wrap: on
line source

from pyntnclick.constants import GameConstants
from pyntnclick.i18n import _


class SSConstants(GameConstants):
    title = _('Suspended Sentence')
    icon = 'suspended_sentence24x24.png'
    i18n_name = 'suspended-sentence'