From dafa228a0429004634090f86ea0e251e17eaa736 Mon Sep 17 00:00:00 2001 From: liuyongkai Date: Mon, 8 Aug 2022 08:57:42 +0000 Subject: [PATCH] * Fix bug #25690 --- module/task/lang/de.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/lang/de.php b/module/task/lang/de.php index 5435752a1d..7f3109669d 100644 --- a/module/task/lang/de.php +++ b/module/task/lang/de.php @@ -161,7 +161,7 @@ $lang->task->recordEstimateAction = 'Record Estimate'; $lang->task->ditto = 'Dito'; $lang->task->dittoNotice = "Diese Aufgabe gehört nicht zum %s wie die Vorherige!"; -$lang->task->selectTestStory = 'Select Story Testd'; +$lang->task->selectTestStory = 'Select Story Tested'; $lang->task->selectAllUser = 'Alle'; $lang->task->noStory = 'Keine Story'; $lang->task->noAssigned = 'Nicht zugeordnet'; @@ -354,4 +354,4 @@ $lang->taskestimate = new stdclass(); $lang->taskestimate->consumed = 'Schätzung'; $lang->task->overEsStartDate = 'The %s schedule start time has exceeded, please modify the %s schedule start time first'; -$lang->task->overEsEndDate = 'The %s schedule end time has exceeded, please modify the %s schedule end time first'; \ No newline at end of file +$lang->task->overEsEndDate = 'The %s schedule end time has exceeded, please modify the %s schedule end time first';