Tweak tweaks.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 13 Jan 2008 22:26:08 +0000 (22:26 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 13 Jan 2008 22:26:08 +0000 (22:26 +0000)
includes/Title.php
languages/messages/MessagesEn.php

index 1653067..18e87ce 100644 (file)
@@ -1025,8 +1025,9 @@ class Title {
        }
 
        /**
-        * Can $user perform $action on this page?  This *does not* check throttles
-        * (User::pingLimiter()) yet; check that manually to be sure.
+        * Can $user perform $action on this page?
+        *
+        * FIXME: This *does not* check throttles (User::pingLimiter()).
         *
         * @param string $action action that permission needs to be checked for
         * @param bool $doExpensiveQueries Set this to false to avoid doing unnecessary queries.
index fbaadc1..7b9f3f0 100644 (file)
@@ -1928,8 +1928,7 @@ Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).',
 'editcomment'                 => 'The edit comment was: "<i>$1</i>".', # only shown if there is an edit comment
 'revertpage'                  => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]',
 'rollback-success'            => 'Reverted edits by $1; changed back to last version by $2.',
-'sessionfailure'              => 'There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking.
-Please hit "back" and reload the page you came from, then try again.',
+'sessionfailure'              => 'There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please hit "back" and reload the page you came from, then try again.',
 'protectlogpage'              => 'Protection log',
 'protectlogtext'              => 'Below is a list of page locks and unlocks. See the [[Special:Protectedpages|protected pages list]] for the list of currently operational page protections.',
 'protectedarticle'            => 'protected "[[$1]]"',