From 0d49bef45274b2491c54a40b99385ebf0876d52a Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 31 Jul 2018 16:17:09 +0300 Subject: [PATCH] Fix variable capitalization in message Change-Id: I96be2f3585dd1711f4aaf1a114dfef7c106de202 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 44b4dfdcaf..3c74f25feb 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1827,7 +1827,7 @@ "apierror-sectionsnotsupported": "Sections are not supported for content model $1.", "apierror-sectionsnotsupported-what": "Sections are not supported by $1.", "apierror-show": "Incorrect parameter - mutually exclusive values may not be supplied.", - "apierror-siteinfo-includealldenied": "Cannot view all servers' info unless $wgShowHostNames is true.", + "apierror-siteinfo-includealldenied": "Cannot view all servers' info unless $wgShowHostnames is true.", "apierror-sizediffdisabled": "Size difference is disabled in Miser Mode.", "apierror-spamdetected": "Your edit was refused because it contained a spam fragment: $1.", "apierror-specialpage-cantexecute": "You don't have permission to view the results of this special page.", -- 2.20.1