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';