jenkins-bot has submitted this change and it was merged. Change subject: Make cirrussearch-desc less redundant ......................................................................
Make cirrussearch-desc less redundant <https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Cirrussearch-desc/en> Change-Id: I99ed83077b031904404893ef22dd2a4d3e405b46 --- M CirrusSearch.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/CirrusSearch.i18n.php b/CirrusSearch.i18n.php index fe61a29..d05196c 100644 --- a/CirrusSearch.i18n.php +++ b/CirrusSearch.i18n.php @@ -10,7 +10,7 @@ * English */ $messages['en'] = array( - 'cirrussearch-desc' => 'Solr-powered search for MediaWiki', + 'cirrussearch-desc' => 'Makes the search Solr-powered', 'cirrussearch-backend-error' => 'We could not complete your search due to a temporary problem. Please try again later.', ); -- To view, visit https://gerrit.wikimedia.org/r/73091 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I99ed83077b031904404893ef22dd2a4d3e405b46 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
