Show
Ignore:
Timestamp:
02/27/03 10:04:02 (21 years ago)
Author:
jalet
Message:

Missing translation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r813 r814  
    1717# 
    1818# $Log$ 
     19# Revision 1.14  2003/02/27 09:04:02  jalet 
     20# Missing translation 
     21# 
    1922# Revision 1.13  2003/02/27 08:44:01  jalet 
    2023# Check to see if the printer was ever used at all, and displays "unknown" 
     
    142145                print (" " * 43) + (_("Total : %9i") % total) 
    143146            if printerpagecounter is None :     
    144                 msg = "unknown" 
     147                msg = _("unknown") 
    145148            else : 
    146149                msg = "%9i" % printerpagecounter