Ignore:
Timestamp:
02/08/10 20:01:39 (2 years ago)
Author:
azawawi
Message:

Fixed spelling typo

File:
1 edited

Legend:

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

    r10436 r10634  
    4848        need_editor => 1, 
    4949        label       => Wx::gettext('Lexically Rename Variable'), 
    50         comment    => Wx::gettext('Prompt for a replacement variable name and replace all occurrance of this variable'), 
     50        comment    => Wx::gettext('Prompt for a replacement variable name and replace all occurrences of this variable'), 
    5151        menu_event => sub { 
    5252            my $doc = $_[0]->current->document or return; 
Note: See TracChangeset for help on using the changeset viewer.