diff --git a/module/common/lang/en.php b/module/common/lang/en.php index e71aa133c7..b4b2418d20 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -65,7 +65,6 @@ $lang->duplicate = '%s has the same title'; $lang->ipLimited = "Sorry, current IP is limited by Administrator. Please contact the Administrator to lift the restrictions."; $lang->unfold = '+'; $lang->fold = '-'; -$lang->hideNotCheck = 'Hide not checked field'; $lang->homepage = 'Set homepage'; $lang->tutorial = 'Novice tutorial'; $lang->feature = 'New features'; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index 7be2b7b750..b9aed9f3e8 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -65,7 +65,6 @@ $lang->duplicate = '已有相同标题的%s'; $lang->ipLimited = "抱歉,管理员限制当前IP登录,请联系管理员解除限制。"; $lang->unfold = '+'; $lang->fold = '-'; -$lang->hideNotCheck = '页面隐藏取消选中字段'; $lang->homepage = '设为主页'; $lang->tutorial = '新手教程'; $lang->feature = '了解新功能';