From e3efe1a278d861fe1f91db4f43439a830a40150d Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 25 May 2006 09:32:12 +0000 Subject: [PATCH] (bug 6057) Count "licenses" as a message (and show it in Special:Allmessages) --- RELEASE-NOTES | 2 +- languages/Messages.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ec88ea0c7d..aa63d540ea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -332,7 +332,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN can now be appended to directly by an extension setup function. It is no longer necessary to write four separate functions just to add a custom log type. - +* (bug 6057) Count "licenses" as a message (and show it in Special:Allmessages) == Compatibility == diff --git a/languages/Messages.php b/languages/Messages.php index 7342f25b58..960edaf568 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -837,6 +837,7 @@ created and by whom, and anything else you may know about it. If this is an imag 'license' => 'Licensing', 'nolicense' => 'None selected', +'licenses' => '-', # Don't duplicate this in translations # Image list # -- 2.20.1