* Added actionfailed message
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 25 Apr 2009 10:09:38 +0000 (10:09 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 25 Apr 2009 10:09:38 +0000 (10:09 +0000)
* Pass some flaggedrevs input vars by value

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 320df49..8e3f2aa 100644 (file)
@@ -2415,6 +2415,7 @@ Feedback and further assistance:
 'confirmdeletetext'      => 'You are about to delete a page along with all of its history.
 Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].',
 'actioncomplete'         => 'Action complete',
+'actionfailed'           => 'Action failed',
 'deletedtext'            => '"<nowiki>$1</nowiki>" has been deleted.
 See $2 for a record of recent deletions.',
 'deletedarticle'         => 'deleted "[[$1]]"',
index 7d5fa39..ba75d4a 100644 (file)
@@ -1635,6 +1635,7 @@ $wgMessageStructure = array(
                'historywarning',
                'confirmdeletetext',
                'actioncomplete',
+               'actionfailed',
                'deletedtext',
                'deletedarticle',
                'suppressedarticle',