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);
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 ));