浏览代码

Language fix

pdontthink 18 年之前
父节点
当前提交
ccfa7d0cd8
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/configtest.php

+ 1 - 2
src/configtest.php

@@ -330,8 +330,7 @@ if (isset($plugins[0])) {
     ob_end_clean();
     // if plugins output more than newlines and spacing, stop script execution.
     if (!empty($output)) {
-        $plugin_load_error = 'Some output is produced when plugins are loaded.'
-            .' Usually it means error. Output said: '.htmlspecialchars($output);
+        $plugin_load_error = 'Some output is produced when plugins are loaded. Usually this means there is an error in one of the plugin setup or configuration files. The output was: '.htmlspecialchars($output);
         do_err($plugin_load_error);
     }
     /**