adjust code.

This commit is contained in:
wangyidong
2016-05-04 14:59:39 +08:00
parent d27aa31723
commit 5d70ec7e35
28 changed files with 123 additions and 114 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ $lang->datatable->required = '必选';
$lang->datatable->branch = '分支';
$lang->datatable->platform = '平台';
$lang->datatable->showModule = '标题是否显示模块';
$lang->datatable->showModule = '列表页是否显示模块名';
$lang->datatable->showModuleList[] = '不显示';
$lang->datatable->showModuleList['base'] = '根节点';
$lang->datatable->showModuleList['end'] = '终极节点';
$lang->datatable->showModuleList['base'] = '只显示一级模块';
$lang->datatable->showModuleList['end'] = '只显示最后一级模块';