From: Sam Reed Date: Thu, 17 Nov 2011 19:00:09 +0000 (+0000) Subject: Fix trailing space in r93765 X-Git-Tag: 1.31.0-rc.0~26441 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=9157749df6f389b72418cbdb26636a019c3a0114;p=lhc%2Fweb%2Fwiklou.git Fix trailing space in r93765 --- diff --git a/includes/api/ApiQuerySiteinfo.php b/includes/api/ApiQuerySiteinfo.php index 0ba88bb295..80e448bbb1 100644 --- a/includes/api/ApiQuerySiteinfo.php +++ b/includes/api/ApiQuerySiteinfo.php @@ -613,7 +613,7 @@ class ApiQuerySiteinfo extends ApiQueryBase { 'filteriw' => 'Return only local or only nonlocal entries of the interwiki map', 'showalldb' => 'List all database servers, not just the one lagging the most', 'numberingroup' => 'Lists the number of users in user groups', - 'inlanguagecode ' => 'Language code for localised language names (best effort, use CLDR extension)', + 'inlanguagecode' => 'Language code for localised language names (best effort, use CLDR extension)', ); }