Ignore:
Timestamp:
11/19/08 16:05:12 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: corrected references to TWiki in comments and error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Engine.pm

    r809 r812  
    2828---+!! package Foswiki::Engine 
    2929 
    30 The engine class is a singleton that implements details about TWiki's 
     30The engine class is a singleton that implements details about Foswiki's 
    3131execution mode. This is the base class and implements basic behavior. 
    3232 
     
    7373---++ ObjectMethod run() 
    7474 
    75 Start point to TWiki Runtime Engines. 
     75Start point to Runtime Engines. 
    7676 
    7777=cut 
     
    139139            # tell the browser where to look for more help 
    140140            my $text = 
    141 'TWiki detected an internal error - please check your TWiki logs and webserver logs for more information.' 
     141'Foswiki detected an internal error - please check your Foswiki logs and webserver logs for more information.' 
    142142              . "\n\n"; 
    143143            $mess =~ s/ at .*$//s; 
Note: See TracChangeset for help on using the changeset viewer.