포인트 모듈에서 레벨을 100에서 1000까지 제한치 변경

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2073 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-30 00:58:58 +00:00
parent 19aed43e2f
commit 7c623cab51
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
$lang->about_act_config = "Each module like board/blog has action such as writing/deleting/adding comments/deleting comments.<br />You can just add act value to link module except board/blog with point system.<br />Comma(,) will distinguish multiple values.";
$lang->max_level = 'Max Level';
$lang->about_max_level = 'You can set the max level. Level icons should be considered and 100 is the maximum value you can set';
$lang->about_max_level = 'You can set the max level. Level icons should be considered and 1000 is the maximum value you can set';
$lang->level_icon = 'Level Icon';
$lang->about_level_icon = 'Path of level icon is ./module/point/icons/[level].gif and max level could be different with icon set. So be careful';