diff --git a/module/story/tao.php b/module/story/tao.php index 217b92cfaa..e8dc2c57cc 100644 --- a/module/story/tao.php +++ b/module/story/tao.php @@ -1477,7 +1477,7 @@ class storyTao extends storyModel /* Change button. */ $canChange = common::hasPriv('story', 'change') && $this->isClickable($story, 'change'); - $title = $canChange ? '' : $this->lang->story->changeTip; + $title = $canChange ? $lang->story->change : $this->lang->story->changeTip; $actions[] = array('name' => 'change', 'url' => $canChange ? $changeLink : null, 'hint' => $title, 'disabled' => !$canChange); /* Submitreview, review, recall buttons. */