From 15042bbeb5ae325da9f5eb148499efad8fba033f Mon Sep 17 00:00:00 2001 From: tengfei Date: Wed, 11 Jan 2017 16:44:26 +0800 Subject: [PATCH] *adjust relate story note --- module/task/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/lang/en.php b/module/task/lang/en.php index cd4b68c5ef..5173bd61e4 100644 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -148,7 +148,7 @@ $lang->task->remindBug = "This Task is converted from a Bug. Do you $lang->task->confirmChangeProject = "If you change {$lang->projectCommon}, the related Module, Story and Assignor will be changed. Do you want to do it?"; $lang->task->confirmFinish = '"Estimated remianed hour" is 0. Do you want to change the Status to "Done"?'; $lang->task->confirmRecord = '"Remain hour" is 0. Do you want to set Task as "Done"?'; -$lang->task->noticeLinkStory = "No story will be related, you can %s for this project, then %s"; +$lang->task->noticeLinkStory = "No story has been related. You can %s for this project, then %s."; $lang->task->noticeSaveRecord = 'Your man-hour is not saved. Please save it first.'; $lang->task->commentActions = '%s. %s, commented by %s.';