diff --git a/module/story/lang/de.php b/module/story/lang/de.php index 92f49a72f3..4bea535672 100644 --- a/module/story/lang/de.php +++ b/module/story/lang/de.php @@ -121,7 +121,6 @@ $lang->story->source = 'Von'; $lang->story->sourceNote = 'Hinweis'; $lang->story->fromBug = 'Von Bug'; $lang->story->title = 'Titel'; -$lang->story->titleAB = 'Titel'; $lang->story->type = "Story/Requirement"; $lang->story->category = 'Category'; $lang->story->color = 'Color'; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 3557cf0467..59fc5949b0 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -121,7 +121,6 @@ $lang->story->source = 'From'; $lang->story->sourceNote = 'Note'; $lang->story->fromBug = 'From Bug'; $lang->story->title = 'Title'; -$lang->story->titleAB = 'Title'; $lang->story->type = "Story/Requirement"; $lang->story->category = 'Category'; $lang->story->color = 'Color'; diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index 843b8731de..1d8ceb1b6b 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -121,7 +121,6 @@ $lang->story->source = 'De'; $lang->story->sourceNote = 'Note'; $lang->story->fromBug = 'Depuis Bug'; $lang->story->title = 'Titre'; -$lang->story->titleAB = 'Titre'; $lang->story->type = "Story/Requirement"; $lang->story->category = 'Category'; $lang->story->color = 'Couleur'; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 18bd60d26e..f79ec4e31d 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -121,7 +121,6 @@ $lang->story->source = "来源"; $lang->story->sourceNote = '来源备注'; $lang->story->fromBug = '来源Bug'; $lang->story->title = "{$lang->SRCommon}名称"; -$lang->story->titleAB = "标题"; $lang->story->type = "需求类型"; $lang->story->category = "类别"; $lang->story->color = '标题颜色';