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/Configure/FoswikiCfg.pm

    r809 r812  
    298298        # If not found on the path, park it beside Foswiki.spec 
    299299        $lsc = Foswiki::findFileOnPath('Foswiki.spec') || ''; 
    300         $lsc =~ s/TWiki\.spec/LocalSite.cfg/; 
     300        $lsc =~ s/Foswiki\.spec/LocalSite.cfg/; 
    301301    } 
    302302 
     
    308308    else { 
    309309        $this->{content} = <<'HERE'; 
    310 # Local site settings for TWiki. This file is managed by the 'configure' 
     310# Local site settings for Foswiki. This file is managed by the 'configure' 
    311311# CGI script, though you can also make (careful!) manual changes with a 
    312312# text editor. 
Note: See TracChangeset for help on using the changeset viewer.