Changeset 5278


Ignore:
Timestamp:
06/17/09 20:35:36 (3 years ago)
Author:
azawawi
Message:

[Perl 6] STD lex corruption message was misleading and not localized. This usually happens when you upgrade Syntax::Highlight::Perl6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6ColorizerTask.pm

    r5274 r5278  
    195195            } elsif($msg =~ /^Can't locate object method ".+?" via package "STD"/) { 
    196196                # STD lex cache is corrupt... 
    197                 $msg = qq{'STD Lex Cache' is corrupt. Please use Plugins/Perl6/Cleanup STD Lex Cache.}; 
     197                $msg = Wx::gettext("'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex Cache and then re-open the file."); 
    198198                push @{$issues}, { line => 1, msg => $msg, severity => 'E', }; 
    199199                # no need to continue collecting errors... 
Note: See TracChangeset for help on using the changeset viewer.