Changeset 2672

Show
Ignore:
Timestamp:
02/11/06 22:27:03 (18 years ago)
Author:
jerome
Message:

"Modification" should be translatable into foreign languages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2671 r2672  
    129129            nbtotal = len(billingcodes)             
    130130            if not options["list"] : 
    131                 self.display("Modification...\n") 
     131                self.display("%s...\n" % _("Modification")) 
    132132            for i in range(nbtotal) :         
    133133                billingcode = billingcodes[i]