From 64388b7ec3295fc33df6fa0a8745e0ccea0104fd Mon Sep 17 00:00:00 2001 From: liuhong Date: Tue, 13 Dec 2022 06:13:22 +0000 Subject: [PATCH] * Finish task #7966* Finish task #79669. --- module/story/lang/de.php | 2 +- module/story/lang/en.php | 2 +- module/story/lang/fr.php | 2 +- module/story/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/story/lang/de.php b/module/story/lang/de.php index 975eab082a..d21a7dd88d 100644 --- a/module/story/lang/de.php +++ b/module/story/lang/de.php @@ -471,7 +471,7 @@ $lang->story->reviewTip['notReviewer'] = 'You are not the reviewer of this Story $lang->story->reviewTip['reviewed'] = 'Reviewed'; $lang->story->recallTip = array(); -$lang->story->recallTip['actived'] = 'The Story has not initiated a review process and no undo action is required.'; +$lang->story->recallTip['actived'] = 'The Story has not initiated a review process and no undo action is required.'; $lang->story->subDivideTip = array(); $lang->story->subDivideTip['subStory'] = 'The Sub-stories cannot be subdivided.'; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 382c2e459e..c9e65e2944 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -471,7 +471,7 @@ $lang->story->reviewTip['notReviewer'] = 'You are not the reviewer of this Story $lang->story->reviewTip['reviewed'] = 'Reviewed'; $lang->story->recallTip = array(); -$lang->story->recallTip['actived'] = 'The Story has not initiated a review process and no undo action is required.'; +$lang->story->recallTip['actived'] = 'The Story has not initiated a review process and no undo action is required.'; $lang->story->subDivideTip = array(); $lang->story->subDivideTip['subStory'] = 'The Sub-stories cannot be subdivided.'; diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index c319e443d1..d6c5c69ba5 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -471,7 +471,7 @@ $lang->story->reviewTip['notReviewer'] = "Vous n'êtes pas l'évaluateur de cett $lang->story->reviewTip['reviewed'] = "Révisé"; $lang->story->recallTip = array(); -$lang->story->recallTip['actived'] = "Aucun processus de révision n'a été lancé pour cette Story, et il n'est pas nécessaire de révoquer l'opération."; +$lang->story->recallTip['actived'] = "Aucun processus de révision n'a été lancé pour cette Story, et il n'est pas nécessaire de révoquer l'opération."; $lang->story->subDivideTip = array(); $lang->story->subDivideTip['subStory'] = 'Les sous-stories ne peuvent pas être décomposées.'; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 1811d3c0f5..0355566387 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -471,7 +471,7 @@ $lang->story->reviewTip['notReviewer'] = '您不是该需求的评审人员, $lang->story->reviewTip['reviewed'] = '您已评审'; $lang->story->recallTip = array(); -$lang->story->recallTip['actived'] = '该需求未发起评审流程,无需撤销操作'; +$lang->story->recallTip['actived'] = '该需求未发起评审流程,无需撤销操作'; $lang->story->subDivideTip = array(); $lang->story->subDivideTip['subStory'] = '子需求无法细分';