From 896c93f337b72a3b6cdfb47913fae1a1e1219bb8 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sun, 14 Aug 2011 09:19:54 +0000 Subject: [PATCH] ApiOpenSearch: make description a verb, just like the other modules --- includes/api/ApiOpenSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1