Changeset 10456


Ignore:
Timestamp:
02/01/10 15:02:05 (2 years ago)
Author:
azawawi
Message:

Renamed Goto line to Goto in edit.goto action and fixed action comment

File:
1 edited

Legend:

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

    r10436 r10456  
    221221    Padre::Action->new( 
    222222        name       => 'edit.goto', 
    223         label      => Wx::gettext('&Goto Line'), 
    224         comment    => Wx::gettext('Ask the user for a row number and jump there'), 
     223        label      => Wx::gettext('&Goto'), 
     224        comment    => Wx::gettext('Ask the user for a line number or a character position and jump there'), 
    225225        shortcut   => 'Ctrl-G', 
    226226        menu_event => sub { 
Note: See TracChangeset for help on using the changeset viewer.