summaryrefslogtreecommitdiff
path: root/inc/lang/zh/lang.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-09-08 13:22:44 +0200
committerMichael Hamann <michael@content-space.de>2012-09-08 14:34:57 +0200
commiteef93e99be0d44ec6dc4fa86373ba6fd2b8c5f48 (patch)
tree6ca8bd332004ea8e4252587cc9ff5551347019d0 /inc/lang/zh/lang.php
parentde50cad65ae679a602e71adddffdd74df7ea3fbb (diff)
downloadrpg-eef93e99be0d44ec6dc4fa86373ba6fd2b8c5f48.tar.gz
rpg-eef93e99be0d44ec6dc4fa86373ba6fd2b8c5f48.tar.bz2
Use hardcoded plugin loading error message as $lang isn't initialized
When loading plugins, $lang might not be initialized yet, so use a hardcoded error message instead, especially as this error should only be displayed for the admin (and then fixed). This also removes the previously localized message, it might be re-added as part of the new extension manager.
Diffstat (limited to 'inc/lang/zh/lang.php')
-rw-r--r--inc/lang/zh/lang.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php
index 9ea0f5e7f..fc7b0cab3 100644
--- a/inc/lang/zh/lang.php
+++ b/inc/lang/zh/lang.php
@@ -329,4 +329,3 @@ $lang['media_perm_read'] = '抱歉,您没有足够权限读取这些文
$lang['media_perm_upload'] = '抱歉,您没有足够权限来上传文件。';
$lang['media_update'] = '上传新版本';
$lang['media_restore'] = '恢复这个版本';
-$lang['plugin_install_err'] = '插件安装不正确。重命名插件目录“%s”为“%s”。';