Changeset 2105 for trunk/loreality/loreality/controllers/squadron.py
- Timestamp:
- 07/05/10 14:51:56 (23 months ago)
- File:
-
- 1 edited
-
trunk/loreality/loreality/controllers/squadron.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/controllers/squadron.py
r2104 r2105 19 19 from formencode import htmlfill, variabledecode 20 20 from formencode.validators import Invalid 21 from pylons.i18n.translation import _, ungettext 21 22 import uuid 22 23 … … 35 36 36 37 c.title = "LoReality" 37 c.heading = "Squadrons"38 c.heading = _("Squadrons") 38 39 c.squadrons = squadrons 39 40 c.available_pilots = self._get_pilots()
Note: See TracChangeset
for help on using the changeset viewer.
