From 38481769906e049dfb9ad1b11925197b4c4bf2fa Mon Sep 17 00:00:00 2001
From: joyqi
Date: Sat, 3 Feb 2018 12:31:30 +0800
Subject: [PATCH] fix Chinese symobl
---
install.php | 10 +++++-----
var/Widget/Comments/Archive.php | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
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
));