From 2bb6da2cd04a6ec95c38ab4acdfe5e8be50d71c4 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 18 Mar 2014 14:26:57 +0100 Subject: [PATCH] Add user friendlier display text to links Follow-up to 782afa6ef01940. Change-Id: Ib6236fc453e8fbc68ae2f3dab2ddba4727a6051c --- languages/messages/MessagesEn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index df17d8fca0..f1725a3a6d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2782,7 +2782,7 @@ It now redirects to [[$2]].', 'deadendpagestext' => 'The following pages do not link to other pages in {{SITENAME}}.', 'protectedpages' => 'Protected pages', 'protectedpages-indef' => 'Indefinite protections only', -'protectedpages-summary' => 'This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}]].', +'protectedpages-summary' => 'This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].', 'protectedpages-cascade' => 'Cascading protections only', 'protectedpages-noredirect' => 'Hide redirects', 'protectedpagesempty' => 'No pages are currently protected with these parameters.', @@ -2796,7 +2796,7 @@ It now redirects to [[$2]].', 'protectedpages-unknown-performer' => 'Unknown user', 'protectedpages-unknown-reason' => '—', # do not translate or duplicate this message to other languages 'protectedtitles' => 'Protected titles', -'protectedtitles-summary' => 'This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}]].', +'protectedtitles-summary' => 'This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].', 'protectedtitlesempty' => 'No titles are currently protected with these parameters.', 'listusers' => 'User list', 'listusers-summary' => '', # do not translate or duplicate this message to other languages -- 2.20.1