mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
잘못된 스트링으로 인한 php syntax오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1889 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8bef65ce9f
commit
48e50040df
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
// 说明文
|
||||
$lang->about_interval = "指定的时间内不能发表新文章。";
|
||||
$lang->about_limit_count = "在指定的时间内试图多次发表新文章,系统默认为Spam后自动禁止对方的IP。";
|
||||
$lang->about_denied_ip = "禁止 IP (通配符 "*" 如 "127.0.*.*")";
|
||||
$lang->about_denied_ip = "禁止 IP (通配符 \"*\" 如 \"127.0.*.*\")";
|
||||
$lang->about_denied_word = "登录为禁止单词会不能发表包含该词语的文章";
|
||||
$lang->about_check_trackback = "在一个文章只允许一个IP引用";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue