From 131614ebe52ee69b3fb70c2d3b7b14030757425d Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 13 Jan 2008 22:26:08 +0000 Subject: [PATCH] Tweak tweaks. --- includes/Title.php | 5 +++-- languages/messages/MessagesEn.php | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/Title.php b/includes/Title.php index 16530672a8..18e87ce94a 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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. diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index fbaadc1dc5..7b9f3f0fe2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1928,8 +1928,7 @@ Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).', 'editcomment' => 'The edit comment was: "$1".', # 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]]"', -- 2.20.1