ApiOpenSearch: make description a verb, just like the other modules
authorMax Semenik <maxsem@users.mediawiki.org>
Sun, 14 Aug 2011 09:19:54 +0000 (09:19 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sun, 14 Aug 2011 09:19:54 +0000 (09:19 +0000)
includes/api/ApiOpenSearch.php

index ea69771..12071ba 100644 (file)
@@ -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() {