Changeset 2511

Show
Ignore:
Timestamp:
09/26/05 19:58:44 (19 years ago)
Author:
jerome
Message:

Fixed debug message

Files:
1 modified

Legend:

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

    r2510 r2511  
    142142         
    143143        if self.defaultToCLocale : 
    144             self.printInfo("Incorrect locale settings. PyKota falls back to the 'C' locale.", "warn") 
     144            self.printInfo("Incorrect locale settings. PyKota falls back to the default locale.", "warn") 
    145145        if missingUser :      
    146146            self.printInfo("The 'pykota' system account is missing. Configuration files were searched in /etc/pykota instead.", "warn")