From 0826c1acdb6ae900d9ad3d277b13744a744ea34f Mon Sep 17 00:00:00 2001 From: Colin Williams Date: Fri, 19 Jun 2015 17:59:12 +0100 Subject: Fix translations with incorrect placeholders. --- app/Locale/zh_CN/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Locale/zh_CN') diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 1b2a5ef4..c9376805 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -720,7 +720,7 @@ return array( // 'is fixed by' => '', 'This task' => '此任务', '<1h' => '<1h', - '%dh' => '%h', + '%dh' => '%dh', // '%b %e' => '', 'Expand tasks' => '展开任务', 'Collapse tasks' => '收缩任务', -- cgit v1.2.3