Show
Ignore:
Timestamp:
06/08/05 08:52:36 (19 years ago)
Author:
jerome
Message:

Updated message catalog and french translation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/dumper.py

    r2285 r2286  
    9898             
    9999        if options["sum"] and datatype not in ("payments", "history") :  
    100             raise PyKotaToolError, _("Invalid datatype [%s] for --sum command line option, see help.") % datatype 
     100            raise PyKotaToolError, _("Invalid data type [%s] for --sum command line option, see help.") % datatype 
    101101             
    102102        entries = getattr(self.storage, "extract%s" % datatype.title())(extractonly)