Show
Ignore:
Timestamp:
03/06/06 08:50:02 (18 years ago)
Author:
jerome
Message:

Modified a translatable message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r2783 r2789  
    178178        if not options["list"] : 
    179179            percent = Percent(self) 
    180             percent.display(_("Extracting datas...")) 
     180            percent.display("%s..." % _("Extracting datas")) 
    181181        printers = self.storage.getMatchingPrinters(options["printer"]) 
    182182        entries = getattr(self.storage, "getMatching%ss" % suffix)(",".join(names))