From: Max Semenik Date: Sun, 14 Aug 2011 09:19:54 +0000 (+0000) Subject: ApiOpenSearch: make description a verb, just like the other modules X-Git-Tag: 1.31.0-rc.0~28280 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=896c93f337b72a3b6cdfb47913fae1a1e1219bb8;p=lhc%2Fweb%2Fwiklou.git ApiOpenSearch: make description a verb, just like the other modules --- diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php index ea697719ae..12071ba9f0 100644 --- a/includes/api/ApiOpenSearch.php +++ b/includes/api/ApiOpenSearch.php @@ -116,7 +116,7 @@ class ApiOpenSearch extends ApiBase { } public function getDescription() { - return 'Searches the wiki using the OpenSearch protocol'; + return 'Search the wiki using the OpenSearch protocol'; } protected function getExamples() {