Show
Ignore:
Timestamp:
07/22/03 01:01:56 (21 years ago)
Author:
jalet
Message:

Modified some messages aout soft limit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1087 r1091  
    2121# 
    2222# $Log$ 
     23# Revision 1.48  2003/07/21 23:01:56  jalet 
     24# Modified some messages aout soft limit 
     25# 
    2326# Revision 1.47  2003/07/16 21:53:08  jalet 
    2427# Really big modifications wrt new configuration file's location and content. 
     
    485488                    self.sendMessageToUser(admin, adminmail, user, _("Print Quota Exceeded"), self.config.getHardWarn(printer.Name)) 
    486489        elif action == "WARN" :     
    487             adminmessage = _("Print Quota soft limit exceeded for group %s on printer %s") % (group.Name, printer.Name) 
     490            adminmessage = _("Print Quota low for group %s on printer %s") % (group.Name, printer.Name) 
    488491            self.logger.log_message(adminmessage) 
    489492            if mailto in [ "BOTH", "ADMIN" ] : 
     
    516519                self.sendMessageToAdmin(adminmail, _("Print Quota"), adminmessage) 
    517520        elif action == "WARN" :     
    518             adminmessage = _("Print Quota soft limit exceeded for user %s on printer %s") % (user.Name, printer.Name) 
     521            adminmessage = _("Print Quota low for user %s on printer %s") % (user.Name, printer.Name) 
    519522            self.logger.log_message(adminmessage) 
    520523            if mailto in [ "BOTH", "USER" ] :