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/UIs/UPDATE.pm

    r809 r812  
    4747    } 
    4848 
    49     # Put in a link to the front page of the TWiki 
     49    # Put in a link to the front page of the Foswiki 
    5050    my $url = 
    5151"$Foswiki::cfg{DefaultUrlHost}$Foswiki::cfg{ScriptUrlPath}/view$Foswiki::cfg{ScriptSuffix}/"; 
     
    5959          . '.' ) 
    6060      . CGI::p() 
    61       . CGI::a( { href => $url }, "Go to the TWiki front page" ) . " or "; 
     61      . CGI::a( { href => $url }, "Go to the Foswiki front page" ) . " or "; 
    6262} 
    6363 
Note: See TracChangeset for help on using the changeset viewer.