diff --git a/install.php b/install.php index 5a0a866a..8abafc45 100644 --- a/install.php +++ b/install.php @@ -220,14 +220,14 @@ Typecho_Cookie::set('__typecho_lang', $lang);

-

+

-

+

@@ -276,7 +276,7 @@ Typecho_Cookie::set('__typecho_lang', $lang);

-

+

@@ -524,7 +524,7 @@ Typecho_Cookie::set('__typecho_lang', $lang); } catch (Typecho_Db_Adapter_Exception $e) { $success = false; echo '

' - . _t('对不起,无法连接数据库,请先检查数据库配置再继续进行安装') . '

'; + . _t('对不起, 无法连接数据库, 请先检查数据库配置再继续进行安装') . '

'; } catch (Typecho_Db_Exception $e) { $success = false; echo '

' @@ -652,7 +652,7 @@ Typecho_Db::set(\$db);

GPL 协议发布, 我们允许用户在 GPL 协议许可的范围内使用, 拷贝, 修改和分发此程序.'); ?> -

+

diff --git a/var/Widget/Comments/Archive.php b/var/Widget/Comments/Archive.php index 1e846f28..9ada6579 100644 --- a/var/Widget/Comments/Archive.php +++ b/var/Widget/Comments/Archive.php @@ -409,7 +409,7 @@ class Widget_Comments_Archive extends Widget_Abstract_Comments 'afterDate' => '', 'dateFormat' => $this->options->commentDateFormat, 'replyWord' => _t('回复'), - 'commentStatus' => _t('您的评论正等待审核!'), + 'commentStatus' => _t('您的评论正等待审核!'), 'avatarSize' => 32, 'defaultAvatar' => NULL ));