From 2edd9d20e1392cdde90e354cd7e1503bf2d5188c Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Sat, 7 Oct 2023 01:03:18 +0800 Subject: [PATCH] * Fix bug#39072. --- module/story/lang/zh-cn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 9e058fd6d7..2051bd11c7 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -525,7 +525,7 @@ $lang->requirement->activateAction = "激活{$lang->URCommon}"; $lang->requirement->deleteAction = "删除{$lang->URCommon}"; $lang->requirement->exportAction = "导出{$lang->URCommon}"; $lang->requirement->reportAction = "统计报表"; -$lang->requirement->recall = $lang->story->recallAction; +$lang->requirement->recall = $lang->story->recall; $lang->requirement->batchReview = '批量评审'; $lang->requirement->batchEdit = "批量编辑"; $lang->requirement->batchClose = '批量关闭';