diff --git a/module/execution/control.php b/module/execution/control.php index 93e17894bc..a4097aca9d 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2204,13 +2204,6 @@ class execution extends control } } - if($storyType == 'requirement') - { - $this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title); - $this->lang->projectstory->whyNoStories = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->projectstory->whyNoStories); - $this->lang->execution->linkStory = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->linkStory); - } - /* Build the search form. */ $actionURL = $this->createLink($this->app->rawModule, 'linkStory', "objectID=$objectID&browseType=bySearch&queryID=myQueryID"); $branchGroups = $this->loadModel('branch')->getByProducts(array_keys($products));