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/pkprinters

    r2657 r2658  
    130130             
    131131        if options["delete"] :     
    132             self.display("Processing...\n") 
     132            self.display("%s...\n" % _("Processing")) 
    133133            todelete = self.storage.getMatchingPrinters(",".join(names)) 
    134134            nbtotal = len(todelete)