Changeset 97

Show
Ignore:
Timestamp:
04/05/08 00:46:37 (5 months ago)
Author:
njriley
Message:

Fix grammar.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sucrose/trunk/www/src/sucrose/machine/models.py

    r96 r97  
    5454    tray_id = models.AutoField(primary_key=True) 
    5555    item = models.ForeignKey(Item, null=True, blank=True, 
    56                              help_text='If changed, price will be updated upon save.') 
     56                             help_text='If item changed, price will be updated upon save.') 
    5757    machine_tray_id = models.IntegerField('tray', unique=True, editable=False) 
    5858    # XXX tray_slot_size? tray_capacity?