From 8c9e3dd637838eb6325f5a2b8e8335bce04b30d8 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sun, 18 Sep 2011 17:48:58 +0000 Subject: [PATCH] Modify 'image links' message used for the heading on the File-page showing entries in the mw_imagelinks table which contains pages that use/embed this file. * Following the discussion on bug 30126. "File links" is confusing. Although developers will understand because of the table named 'imagelinks', other interfaces refer to this as 'usage' not a 'link'. * Also updated message documentation --- languages/messages/MessagesEn.php | 2 +- languages/messages/MessagesQqq.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d67237ca08..ddbffabf7d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2327,7 +2327,7 @@ When filtered by user, only files where that user uploaded the most recent versi 'filehist-filesize' => 'File size', 'filehist-comment' => 'Comment', 'filehist-missing' => 'File missing', -'imagelinks' => 'File links', +'imagelinks' => 'File usage', 'linkstoimage' => 'The following {{PLURAL:$1|page links|$1 pages link}} to this file:', 'linkstoimage-more' => 'More than $1 {{PLURAL:$1|page links|pages link}} to this file. The following list shows the {{PLURAL:$1|first page link|first $1 page links}} to this file only. diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index c43dabb54c..4606add400 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1926,7 +1926,7 @@ Example: [[:Image:Addon-icn.png]]', 'filehist-comment' => 'In file description page {{Identical|Comment}}', -'imagelinks' => 'In top header of the image description page, see for example [[:Image:Yes.png]].', +'imagelinks' => 'In top header of the image description page, see for example [[:Image:Yes.png]]. Shows a list of pages where this file is used.', 'linkstoimage' => 'Used on image description, see for example [[:Image:Yes.png#filelinks]]. * Parameter $1 is the number of pages that link to the file/image.', 'linkstoimage-more' => 'Shown on an image description page when a file is used/linked more than 100 times on other pages. -- 2.20.1