Ignore:
Timestamp:
03/12/10 11:51:53 (2 years ago)
Author:
zenogantner
Message:

About box: Info -> System Info ("info" is too generic)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/About.pm

    r11085 r11086  
    7272    $self->{notebook}->AddPage( 
    7373        $self->{info}, 
    74         '  ' . Wx::gettext('Info') . '  ', 
     74        '  ' . Wx::gettext('System Info') . '  ', 
    7575        1, 
    7676    ); 
     
    302302sub _content_info { 
    303303    my $self           = shift; 
    304     my $padre_info     = Wx::gettext('Info'); 
     304    my $padre_info     = Wx::gettext('System Info'); 
    305305    my $wx_widgets     = Wx::wxVERSION_STRING(); 
    306306    my $config_dir_txt = Wx::gettext('Config dir:'); 
Note: See TracChangeset for help on using the changeset viewer.