Changeset 7535 for main/waeup.sirp


Ignore:
Timestamp:
29 Jan 2012, 08:30:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Beautify history strings.

File:
1 edited

Legend:

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

    r7513 r7535  
    4949        transition_id = 'reset2',
    5050        title = 'Reset to admitted',
    51         msg = 'Student record reset to admitted',
     51        msg = "Student record reset to 'admitted'",
    5252        source = CLEARANCE,
    5353        destination = ADMITTED),
     
    6363        transition_id = 'reset3',
    6464        title = 'Reset to clearance',
    65         msg = 'Student record reset to clearance',
     65        msg = "Student record reset to 'clearance'",
    6666        source = REQUESTED,
    6767        destination = CLEARANCE),
     
    7777        transition_id = 'reset4',
    7878        title = 'Reset to clearance',
    79         msg = 'Student record reset to clearance',
     79        msg = "Student record reset to 'clearance'",
    8080        source = CLEARED,
    8181        destination = CLEARANCE),
     
    9191        transition_id = 'reset5',
    9292        title = 'Reset to cleared',
    93         msg = 'Student record reset to cleared',
     93        msg = "Student record reset to 'cleared'",
    9494        source = PAID,
    9595        destination = CLEARED),
     
    105105        transition_id = 'reset6',
    106106        title = 'Reset to returning',
    107         msg = 'Student record reset to returning',
     107        msg = "Student record reset to 'returning'",
    108108        source = PAID,
    109109        destination = RETURNING),
     
    119119        transition_id = 'reset7',
    120120        title = 'Reset to paid',
    121         msg = 'Student record reset to paid',
     121        msg = "Student record reset to 'paid'",
    122122        source = REGISTERED,
    123123        destination = PAID),
     
    133133        transition_id = 'reset8',
    134134        title = 'Reset to paid',
    135         msg = 'Student record reset to paid',
     135        msg = "Student record reset to 'paid'",
    136136        source = VALIDATED,
    137137        destination = PAID),
     
    147147        transition_id = 'reset9',
    148148        title = 'Reset to validated',
    149         msg = 'Student record reset to validated',
     149        msg = "Student record reset to 'validated'",
    150150        source = RETURNING,
    151151        destination = VALIDATED),
Note: See TracChangeset for help on using the changeset viewer.