Changeset 2150


Ignore:
Timestamp:
12/21/08 19:37:47 (3 years ago)
Author:
azawawi
Message:

Fixed about dialog in Padre::Plugin::Perl6

File:
1 edited

Legend:

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

    r2118 r2150  
    5353    $about->SetName("Padre::Plugin::Perl6"); 
    5454    $about->SetDescription( 
    55         "Perl6 syntax highlighting\nthat is based on Syntax::Highlight::Perl6\n" 
     55        "Perl6 syntax highlighting that is based on\nSyntax::Highlight::Perl6\n" 
    5656    ); 
    5757    Wx::AboutBox( $about ); 
Note: See TracChangeset for help on using the changeset viewer.