Changeset 11049
- Timestamp:
- 03/10/10 12:03:51 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Dialog/RegexEditor.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Dialog/RegexEditor.pm
r11045 r11049 103 103 '01+' => Wx::gettext('Match 1 or more times'), 104 104 '02?' => Wx::gettext('Match 1 or 0 times'), 105 '03{m}' => Wx::gettext('Match exactly ntimes'),105 '03{m}' => Wx::gettext('Match exactly m times'), 106 106 '05{n,}' => Wx::gettext('Match at least n times'), 107 '05{m,n}' => Wx::gettext('Match at least n but not more than mtimes'),107 '05{m,n}' => Wx::gettext('Match at least m but not more than n times'), 108 108 } 109 109 },
Note: See TracChangeset
for help on using the changeset viewer.
