* fix bug: correct validRate tips.

This commit is contained in:
azhi
2013-07-31 14:23:37 +08:00
parent 6ccf1be34b
commit 9eb1223a8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ $lang->report->taskTotal = "Task Total";
$lang->report->manhourTotal = "Manhour Total";
$lang->report->bugTotal = "%s Bugs";
$lang->report->validRate = "Valid Rate";
$lang->report->validRateTips = "Resolution is fixed or postponed/status is resolved";
$lang->report->validRateTips = "Resolution is fixed or postponed/status is resolved or closed";
$lang->report->unplanned = 'unplanned';
/* daily reminder. */
+1 -1
View File
@@ -69,7 +69,7 @@ $lang->report->taskTotal = "总任务数";
$lang->report->manhourTotal = "总工时";
$lang->report->bugTotal = "共%s个Bug";
$lang->report->validRate = "有效率";
$lang->report->validRateTips = "方案为已解决或延期/状态为已解决";
$lang->report->validRateTips = "方案为已解决或延期/状态为已解决或已关闭";
$lang->report->unplanned = '未计划';
/* daily reminder. */