diff options
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index 46e774c6e..5aa18b9de 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'cn'; $lang_info['zero_plural'] = false; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (标注 %d 次, 标准差 = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (标注 %d 次)'; $lang['%d Kb'] = '%d KB'; $lang['%d category updated'] = '%d 类已更新'; $lang['%d categories updated'] = '%d 等多类已更新'; |