From c7e5683a7e1593eb31b248bc6bfc1dfbd76d8260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Thu, 27 Mar 2014 11:46:46 +0800 Subject: [PATCH] MDL-44824 add missing subplugin type names --- admin/tool/log/lang/en/tool_log.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/tool/log/lang/en/tool_log.php b/admin/tool/log/lang/en/tool_log.php index ef20f859e76..62f4a4816eb 100644 --- a/admin/tool/log/lang/en/tool_log.php +++ b/admin/tool/log/lang/en/tool_log.php @@ -28,3 +28,5 @@ $string['logging'] = 'Logging'; $string['managelogging'] = 'Manage log stores'; $string['reportssupported'] = 'Reports supported'; $string['pluginname'] = 'Log store manager'; +$string['subplugintype_logstore'] = 'Log store'; +$string['subplugintype_logstore_plural'] = 'Log stores';