* fix bug: correct validRate tips.
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user