#268 모듈 생성시 모듈명을 영문으로 시작하고 영문+숫자+_로 사용할 수 있도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-19 07:22:13 +00:00
parent 76d551217c
commit bb2cef3738
5 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@
$lang->msg_cannot_delete_for_child = 'Cannot delete a category having child categories.';
$lang->about_browser_title = "It will be shown in the browser title. It will be also used in a RSS/Trackback.";
$lang->about_mid = "The module name will be used like http://address/?mid=ModuleName.\n(only english alphabet,numbers, and underscore(_) are allowed)";
$lang->about_mid = "The module name will be used like http://address/?mid=ModuleName.\n(only english alphabet + [english alphabet ,numbers, and underscore(_)] are allowed)";
$lang->about_default = "If checked, the default will be shown when access to the site without no mid value(mid=NoValue).";
$lang->about_module_category = "It enables you to manage it through module category.\n The URL for the module manager is <a href=\"./?module=admin&amp;act=dispModuleAdminCategory\">Manage module > Module category </a>.";
$lang->about_description= 'It is the description only for a manager.';