Changeset 2789

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

Modified a translatable message.

Location:
pykota/trunk/bin
Files:
4 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)) 
  • pykota/trunk/bin/pkbcodes

    r2783 r2789  
    102102        if not options["add"] : 
    103103            if not options["list"] : 
    104                 percent.display(_("Extracting datas...")) 
     104                percent.display("%s..." % _("Extracting datas")) 
    105105            if not names :      # NB : can't happen for --delete because it's catched earlier 
    106106                names = ["*"] 
  • pykota/trunk/bin/pkprinters

    r2783 r2789  
    155155        if not options["add"] : 
    156156            if not options["list"] : 
    157                 percent.display(_("Extracting datas...")) 
     157                percent.display("%s..." % _("Extracting datas")) 
    158158            if not names :      # NB : can't happen for --delete because it's catched earlier 
    159159                names = ["*"] 
  • pykota/trunk/bin/pkusers

    r2783 r2789  
    198198        if not options["add"] : 
    199199            if not options["list"] : 
    200                 percent.display(_("Extracting datas...")) 
     200                percent.display("%s..." % _("Extracting datas")) 
    201201            if not names :      # NB : can't happen for --delete because it's catched earlier 
    202202                names = ["*"]