From 7f2280ac0adba075aa3f4d37815c3ef29e292143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88?= =?UTF-8?q?=E9=92=B1=E6=A3=AE=EF=BC=89?= Date: Fri, 10 Jan 2014 00:06:52 +0800 Subject: [PATCH] polish the Translation --- framework/yii/messages/zh_cn/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/messages/zh_cn/yii.php b/framework/yii/messages/zh_cn/yii.php index c3096e7..a2ec84f 100644 --- a/framework/yii/messages/zh_cn/yii.php +++ b/framework/yii/messages/zh_cn/yii.php @@ -19,7 +19,7 @@ return array ( 'the input value' => '该输入',//TODO:Not so sure '(not set)' => '(未设置)', - 'An internal server error occurred.' => '发生了一次服务器内部错误。', + 'An internal server error occurred.' => '服务器内部错误。', 'Are you sure to delete this item?' => '确定要删除这条数据吗?', 'Delete' => '删除', 'Error' => '错误',