diff --git a/service/Application/Common/Lang/zh-cn.php b/service/Application/Common/Lang/zh-cn.php index af901471d..64b015221 100755 --- a/service/Application/Common/Lang/zh-cn.php +++ b/service/Application/Common/Lang/zh-cn.php @@ -146,7 +146,7 @@ return array( 'common_operation_modify' => '修改', 'common_operation_binding' => '绑定', 'common_operation_publish' => '发表', - 'common_operation_comments' => '评论', + 'common_operation_comments' => '评价', 'common_operation_refresh' => '刷新', 'common_operation_reply' => '回复', 'common_operation_upload' => '上传', @@ -176,8 +176,8 @@ return array( 'common_operation_join_error' => '关联失败', 'common_operation_publish_success' => '发表成功', 'common_operation_publish_error' => '发表失败', - 'common_operation_comments_success' => '评论成功', - 'common_operation_comments_error' => '评论失败', + 'common_operation_comments_success' => '评价成功', + 'common_operation_comments_error' => '评价失败', 'common_operation_edit_success' => '编辑成功', 'common_operation_edit_error' => '编辑失败或数据未改变', 'common_operation_delete_success' => '删除成功',