From: Alex Monk Date: Sat, 7 Jul 2012 20:41:47 +0000 (+0100) Subject: (bug 38237) Add missing parentheses around diff links on Special:Undelete X-Git-Tag: 1.31.0-rc.0~23101^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=commitdiff_plain;h=725174b517db4efc150a4d418a92d9b351822c4d;p=lhc%2Fweb%2Fwiklou.git (bug 38237) Add missing parentheses around diff links on Special:Undelete Change-Id: Id6846abd42f3c3e1210e760a583b3180d1aab18d --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b8c2405dce..e7c6488226 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3060,7 +3060,7 @@ It may have already been undeleted.', $1', 'undelete-show-file-confirm' => 'Are you sure you want to view the deleted revision of the file "$1" from $2 at $3?', 'undelete-show-file-submit' => 'Yes', -'undelete-revisionrow' => "$1 $2 $3 $4 . . $5 $6 $7", +'undelete-revisionrow' => "$1 $2 ($3) $4 . . $5 $6 $7", # Namespace form on various pages 'namespace' => 'Namespace:',