From: Siebrand Mazeland Date: Sun, 8 Feb 2009 09:56:57 +0000 (+0000) Subject: (bug 16909) Histlegend message should use live 'cur', 'last' messages instead of... X-Git-Tag: 1.31.0-rc.0~42981 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=b2d3acec1e2f5f1e847afe3d43c324a1e6808a63;p=lhc%2Fweb%2Fwiklou.git (bug 16909) Histlegend message should use live 'cur', 'last' messages instead of duplicating their contents. (not necessarily possible to all localisations) --- 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]',