Ignore:
Timestamp:
Oct 29, 2007, 12:14:12 AM (17 years ago)
Author:
ecprice
Message:

Replace 'megabyte' with 'MiB' to please Anders.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/validation.py

    r228 r229  
    113113    if memory > maxMemory(user, machine, on):
    114114        raise InvalidInput('memory', memory,
    115                            'Maximum %s MiB' % maxMemory(user, machine))
     115                           'Maximum %s MiB for %s' % (maxMemory(user, machine),
     116                                                      user))
    116117    return memory
    117118
Note: See TracChangeset for help on using the changeset viewer.