r82275 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82274‎ | r82275 | r82276 >
Date:18:47, 16 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
Follow-up to r82205 - replaced "regular expressions and wildcards" with just "regular expressions", to avoid confusion
Modified paths:
  • /trunk/extensions/ReplaceText/ReplaceText.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php
@@ -20,7 +20,7 @@
2121 Your name will appear in page histories as the user responsible for any changes.',
2222 'replacetext_originaltext' => 'Original text:',
2323 'replacetext_replacementtext' => 'Replacement text:',
24 - 'replacetext_useregex' => 'Use regular expressions and wildcards',
 24+ 'replacetext_useregex' => 'Use regular expressions',
2525 'replacetext_regexdocu' => '(Example: values of "a(.*)c" for "Original text" and "ac$1" for "Replacement text" would replace "abc" with "acb".)',
2626 'replacetext_optionalfilters' => 'Optional filters:',
2727 'replacetext_categorysearch' => 'Replace only in category:',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82205Added two messages to handle new regex feature (!)yaron00:20, 16 February 2011

Status & tagging log