diff --git a/module/bug/lang/de.php b/module/bug/lang/de.php index ae67b3dac0..6925197c5b 100644 --- a/module/bug/lang/de.php +++ b/module/bug/lang/de.php @@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Fixed Rate'; $lang->bug->noticefeedbackBy = 'NoticeFeedbackBy'; $lang->bug->selectProjects = 'Select Projects'; $lang->bug->nextStep = 'Next Step'; -$lang->bug->noProject = 'Haven’t chosen a project yet'; -$lang->bug->noExecution = 'Haven’t chosen a execution yet'; +$lang->bug->noProject = 'Haven’t chosen a project yet.'; +$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.'; /* Method list. */ $lang->bug->index = 'Home'; diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index f29895386a..8a14403c90 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Fixed Rate'; $lang->bug->noticefeedbackBy = 'NoticeFeedbackBy'; $lang->bug->selectProjects = 'Select Projects'; $lang->bug->nextStep = 'Next Step'; -$lang->bug->noProject = 'Haven’t chosen a project yet'; -$lang->bug->noExecution = 'Haven’t chosen a execution yet'; +$lang->bug->noProject = 'Haven’t chosen a project yet.'; +$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.'; /* Method list. */ $lang->bug->index = 'Bug Home'; diff --git a/module/bug/lang/fr.php b/module/bug/lang/fr.php index 1d8df84e71..f23542c7ef 100644 --- a/module/bug/lang/fr.php +++ b/module/bug/lang/fr.php @@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Repair Rate'; $lang->bug->noticefeedbackBy = 'NoticeFeedbackBy'; $lang->bug->selectProjects = 'Select Projects'; $lang->bug->nextStep = 'Next Step'; -$lang->bug->noProject = 'Haven’t chosen a project yet'; -$lang->bug->noExecution = 'Haven’t chosen a execution yet'; +$lang->bug->noProject = 'Haven’t chosen a project yet.'; +$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.'; /* Method list. */ $lang->bug->index = 'Accueil Bug'; diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index 9a6ad14c53..719ba107c1 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -98,7 +98,7 @@ $lang->bug->noticefeedbackBy = '通知反馈者'; $lang->bug->selectProjects = '选择项目'; $lang->bug->nextStep = '下一步'; $lang->bug->noProject = '还没有选择项目!'; -$lang->bug->noExecution = '还没有选择执行!'; +$lang->bug->noExecution = "还没有选择{$lang->execution->common}!"; /* 方法列表。*/ $lang->bug->index = '首页';