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/Checkers/UseLocale.pm

    r809 r812  
    110110    # Warn against Perl 5.6 or lower for UTF-8 
    111111    if ( $] < 5.008 ) { 
    112         $n .= $this->WARN( "Perl 5.8 is required if you are using TWiki's", 
    113             "experimental UTF-8 support\n" ); 
     112        $n .= $this->WARN( "Perl 5.8 is required if you are using Foswiki", 
     113            " experimental UTF-8 support\n" ); 
    114114    } 
    115115 
     
    127127not set in Config.pm, see <i>Perl's Unicode Model</i> in 'perldoc 
    128128perluniintro') - re-compilation of Perl will be required before it can be 
    129 used to enable TWiki's experimental UTF-8 support. 
     129used to enable Foswiki's experimental UTF-8 support. 
    130130HERE 
    131131        ); 
     
    145145This version of Perl was not compiled with locale support ('d_setlocale' not 
    146146set in Config.pm) - re-compilation of Perl will be required before it can be 
    147 used to support TWiki internationalisation. 
     147used to support internationalisation. 
    148148HERE 
    149149        ); 
Note: See TracChangeset for help on using the changeset viewer.