From 48e50040df3a207f1afcfc2f2b8b8877beef083b Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 10 Jul 2007 04:52:42 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=A7=81=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20php?= =?UTF-8?q?=20syntax=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1889 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/spamfilter/lang/zh-CN.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spamfilter/lang/zh-CN.lang.php b/modules/spamfilter/lang/zh-CN.lang.php index 9ceb5b370..58b331c5a 100644 --- a/modules/spamfilter/lang/zh-CN.lang.php +++ b/modules/spamfilter/lang/zh-CN.lang.php @@ -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引用";