Changeset 6306


Ignore:
Timestamp:
9 Jun 2011, 16:59:27 (13 years ago)
Author:
Henrik Bettermann
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/workflow.py

    r6300 r6306  
    1919    init_transition = Transition(
    2020        transition_id = 'init',
    21         title = 'Initialize',
     21        title = 'Initialize application',
    2222        source = None,
    2323        condition = NullCondition,
     
    5656    create_transition = Transition(
    5757        transition_id = 'create',
    58         title = 'Create Student',
     58        title = 'Create student',
    5959        source = ADMITTED,
    6060        destination = CREATED)
Note: See TracChangeset for help on using the changeset viewer.