From 0296f08e71a79ddda14be2c8ba299298f09f9754 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 3 Mar 2016 17:00:48 +0800 Subject: [PATCH] MDL-53327 search: add missing pluginfo lang strings AMOS BEGIN CPY [searchengine,admin],[type_search,plugin] AMOS END --- lang/en/plugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/plugin.php b/lang/en/plugin.php index 58255981cd4..f56e0141ba1 100644 --- a/lang/en/plugin.php +++ b/lang/en/plugin.php @@ -159,6 +159,8 @@ $string['type_report'] = 'Site report'; $string['type_report_plural'] = 'Reports'; $string['type_repository'] = 'Repository'; $string['type_repository_plural'] = 'Repositories'; +$string['type_search'] = 'Search engine'; +$string['type_search_plural'] = 'Search engines'; $string['type_theme'] = 'Theme'; $string['type_theme_plural'] = 'Themes'; $string['type_tool'] = 'Admin tool';