* Fix bug #22722.
This commit is contained in:
@@ -380,7 +380,7 @@ $lang->execution->setTeam = 'Set Team';
|
||||
$lang->execution->linkStory = 'Link Story';
|
||||
$lang->execution->createTask = 'Create Task';
|
||||
$lang->execution->goback = "Go Back Task List";
|
||||
$lang->execution->gobackExecution = "Go Back Executioni List";
|
||||
$lang->execution->gobackExecution = "Go Back {$lang->executionCommon} List";
|
||||
$lang->execution->noweekend = 'Exclude Weekend';
|
||||
$lang->execution->nodelay = 'Exclude Delay Date';
|
||||
$lang->execution->withweekend = 'Include Weekend';
|
||||
|
||||
@@ -380,7 +380,7 @@ $lang->execution->setTeam = '设置团队';
|
||||
$lang->execution->linkStory = "关联{$lang->SRCommon}";
|
||||
$lang->execution->createTask = '创建任务';
|
||||
$lang->execution->goback = "返回任务列表";
|
||||
$lang->execution->gobackExecution = "返回迭代列表";
|
||||
$lang->execution->gobackExecution = "返回{$lang->executionCommon}列表";
|
||||
$lang->execution->noweekend = '去除周末';
|
||||
$lang->execution->nodelay = '去除延期日期';
|
||||
$lang->execution->withweekend = '显示周末';
|
||||
|
||||
Reference in New Issue
Block a user