* Show the title of the story change icon.

This commit is contained in:
dingguodong
2023-07-07 17:04:45 +08:00
parent 4626a04f44
commit 44ee8ad38c
+1 -1
View File
@@ -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. */