Show
Ignore:
Timestamp:
02/09/06 09:45:53 (18 years ago)
Author:
jerome
Message:

Missing gettext call

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2657 r2658  
    9090             
    9191        if options["delete"] :     
    92             self.display("Processing...\n") 
     92            self.display("%s...\n" % _("Processing")) 
    9393            todelete = self.storage.getMatchingBillingCodes(",".join(names)) 
    9494            nbtotal = len(todelete)