From: Ævar Arnfjörð Bjarmason Date: Sat, 7 May 2005 03:55:33 +0000 (+0000) Subject: * Wikilinking (un|)deletedarticle X-Git-Tag: 1.5.0alpha2~281 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=248f3e69865ace85c38466b793ccba6885f311c6;p=lhc%2Fweb%2Fwiklou.git * Wikilinking (un|)deletedarticle --- diff --git a/languages/Language.php b/languages/Language.php index c62151ab36..4964a337ac 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1293,7 +1293,7 @@ consequences, and that you are doing this in accordance with 'actioncomplete' => 'Action complete', 'deletedtext' => "\"$1\" has been deleted. See $2 for a record of recent deletions.", -'deletedarticle' => "deleted \"$1\"", +'deletedarticle' => "deleted \"[[$1]]\"", 'dellogpage' => 'Deletion_log', 'dellogpagetext' => 'Below is a list of the most recent deletions.', 'deletionlog' => 'deletion log', @@ -1344,7 +1344,7 @@ revisions will appear in the prior history, and the current revision of the live will not be automatically replaced.', 'undeleterevision' => "Deleted revision as of $1", 'undeletebtn' => 'Restore!', -'undeletedarticle' => "restored \"$1\"", +'undeletedarticle' => "restored \"[[$1]]\"", 'undeletedrevisions' => "$1 revisions restored", 'undeletedtext' => "[[$1]] has been successfully restored. See [[Special:Log/delete]] for a record of recent deletions and restorations.",