From: Rotem Liss Date: Wed, 22 Aug 2007 15:49:31 +0000 (+0000) Subject: Use actual arrows, not entities. X-Git-Tag: 1.31.0-rc.0~51691 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=81c0b869f4a7b8b5de68ffa8e0263e283fe654a7;p=lhc%2Fweb%2Fwiklou.git Use actual arrows, not entities. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c9f236aa7b..0a18310db1 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1496,7 +1496,7 @@ If you have this image in full resolution upload this one, otherwise change the # File reversion 'filerevert' => 'Revert $1', -'filerevert-backlink' => '← $1', +'filerevert-backlink' => '← $1', 'filerevert-legend' => 'Revert file', 'filerevert-intro' => "You are reverting '''[[Media:$1|$1]]''' to the [$4 version as of $3, $2].", 'filerevert-comment' => 'Comment:', @@ -1507,7 +1507,7 @@ If you have this image in full resolution upload this one, otherwise change the # File deletion 'filedelete' => 'Delete $1', -'filedelete-backlink' => '← $1', +'filedelete-backlink' => '← $1', 'filedelete-legend' => 'Delete file', 'filedelete-intro' => "You are deleting '''[[Media:$1|$1]]'''.", 'filedelete-intro-old' => "You are deleting the version of '''[[Media:$1|$1]]''' as of [$4 $3, $2].",