mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
added the missed semicolon
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4913 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8bf1cd8df8
commit
db47c97f78
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
$lang->about_module_type = "For boards and pages, it would create a module, and for URLs, it would make a link to the url.<br/> The type cannot be modified after creation.";
|
||||
$lang->about_browser_title = "It will be displayed on the title of the web browser, when users connect to the menu.";
|
||||
$lang->about_module_id = "The module id will be used for accessing the board or page, <br /> ex) http://address/[moduleID]";
|
||||
$lang->about_menu_item_url = "If the target is URL, input the address here <br />Do not include http://"
|
||||
$lang->about_menu_item_url = "If the target is URL, input the address here <br />Do not include http://";
|
||||
$lang->about_menu_image_button = "Instead of the title, the menu image can be used.";
|
||||
$lang->about_homepage_delete = "Caution! If you delete the homepage, all the modules(boards, pages) linked to the homepage and all the documents will be removed.";
|
||||
$lang->about_homepage_admin = "You can set administrators of the homepage. <br />The administrators can access the administration page via http://address/?module=homepage . Only existing IDs can be registered as administrator";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue