* Finish task #8678.

This commit is contained in:
holan20180123
2020-12-16 14:46:05 +08:00
parent c1fb6ddf0e
commit 44c7bcbd59
6 changed files with 44 additions and 30 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ $lang->project->aboveAllProject = "All the above {$lang->projectCommon}s";
/* Page prompt. */
$lang->project->linkStoryByPlanTips = "This action will link all stories in this plan to the {$lang->projectCommon}.";
$lang->project->selectProject = "Select {$lang->projectCommon}";
$lang->project->selectExecution = "Select Execution";
$lang->project->selectExecution = "Select Stage/" . $lang->projectCommon;
$lang->project->beginAndEnd = 'Duration';
$lang->project->begin = 'Begin';
$lang->project->end = 'End';