Ignore:
Timestamp:
03/11/10 04:45:29 (2 years ago)
Author:
zenogantner
Message:

German translation updates
fr_CA is French (Canada), not French (France)
comments about edit command involving parantheses: also mention < > and [ ]
gettext-ified reload dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Action/Edit.pm

    r11053 r11066  
    313313        need_editor => 1, 
    314314        label       => Wx::gettext('&Brace matching'), 
    315         comment     => Wx::gettext('Jump to the matching opening or closing brace: {, }, (, )'), 
     315        comment     => Wx::gettext('Jump to the matching opening or closing brace: { }, ( ), [ ], < >'), 
    316316        shortcut    => 'Ctrl-1', 
    317317        menu_event  => sub { 
     
    324324        need_editor => 1, 
    325325        label       => Wx::gettext('&Select to matching brace'), 
    326         comment     => Wx::gettext('Select to the matching opening or closing brace: {, }, (, )'), 
     326        comment     => Wx::gettext('Select to the matching opening or closing brace: { }, ( ), [ ], < >'), 
    327327        shortcut    => 'Ctrl-4', 
    328328        menu_event  => sub { 
Note: See TracChangeset for help on using the changeset viewer.