Changed "text replace" to the more grammatical "text replacement"

This had been bothering me for a long time - I should have fixed it long ago.

Change-Id: I36ea3fe5ea94cfe6514b18dd030459309987c423
This commit is contained in:
yaron 2013-06-28 06:20:31 +04:00
parent 10fcb53632
commit 353b875a38

View file

@ -47,7 +47,7 @@ Your name will appear in page histories as the user responsible for any changes.
'replacetext_blankwarning' => "'''Warning:''' Because the replacement string is blank, this operation will not be reversible.",
'replacetext_continue' => 'Continue',
// content messages
'replacetext_editsummary' => 'Text replace - "$1" to "$2"',
'replacetext_editsummary' => 'Text replacement - "$1" to "$2"',
'right-replacetext' => 'Make string replacements on the entire wiki',
'action-replacetext' => 'make string replacements on the entire wiki',
);