From b2d3acec1e2f5f1e847afe3d43c324a1e6808a63 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 8 Feb 2009 09:56:57 +0000 Subject: [PATCH] (bug 16909) Histlegend message should use live 'cur', 'last' messages instead of duplicating their contents. (not necessarily possible to all localisations) --- RELEASE-NOTES | 1 + languages/messages/MessagesEn.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 00ff638c2f..d927d9e802 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -190,6 +190,7 @@ changes to languages because of MediaZilla reports. * (bug 17151) Add magic word alias for #redirect for Vietnamese * (bug 17288) Messages improved for default language (English) * (bug 12937) Update native name for Afar +* (bug 16909) 'histlegend' now reuses messages instead of copying them == Compatibility == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 777068bb79..80f2b2b2a6 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1262,8 +1262,8 @@ The reason given by $3 is ''$2''", 'page_first' => 'first', 'page_last' => 'last', 'histlegend' => "Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
-Legend: '''(cur)''' = difference with current version, -'''(prev)''' = difference with preceding version, '''m''' = minor edit.", +Legend: '''({{int:cur}})''' = difference with current version, +'''({{int:prev}})''' = difference with preceding version, '''{{int:minoreditletter}}''' = minor edit.", 'history-fieldset-title' => 'Browse history', 'history_copyright' => '-', # do not translate or duplicate this message to other languages 'deletedrev' => '[deleted]', -- 2.20.1