Skip to content

Commit

Permalink
Fixed a Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lincanbin committed Nov 29, 2014
1 parent b7a71c1 commit 90d7271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language/en/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$Lang = array_merge($Lang, array(
'Language' => 'en',
'RoleDict' => array('Visitor','Member','VIP','SVP','Administrator','System Administrator'),
'RolesDict' => array('Visitor','Member','VIP','SVP','Administrator','System Administrator'),
'Error_Message' => 'Error Message',
'Error_Unknown_Referer' => 'Unknown referer',
'Error_Insufficient_Permissions' => 'This page is only visible to {{RoleDict}}, you have insufficient permissions.',
Expand Down
2 changes: 1 addition & 1 deletion language/zh-cn/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$Lang = array_merge($Lang, array(
'Language' => 'www',
'RoleDict' => array('游客','注册会员','VIP会员','版主','超级版主','管理员'),
'RolesDict' => array('游客','注册会员','VIP会员','版主','超级版主','管理员'),
'Error_Message' => '错误信息',
'Error_Unknown_Referer' => '来源错误(unknown referer)',
'Error_Insufficient_Permissions' => '此页面仅 {{RoleDict}} 可见,您的权限不足。',
Expand Down

0 comments on commit 90d7271

Please sign in to comment.