Changeset 10634 for trunk/Padre/lib/Padre/Action/Refactor.pm
- Timestamp:
- 02/08/10 20:01:39 (6 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Action/Refactor.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Action/Refactor.pm
r10436 r10634 48 48 need_editor => 1, 49 49 label => Wx::gettext('Lexically Rename Variable'), 50 comment => Wx::gettext('Prompt for a replacement variable name and replace all occurr anceof this variable'),50 comment => Wx::gettext('Prompt for a replacement variable name and replace all occurrences of this variable'), 51 51 menu_event => sub { 52 52 my $doc = $_[0]->current->document or return;
