diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index a5565bc237..0552d464ed 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -235,6 +235,7 @@ $lang->bug->resolutionList['fixed'] = 'Fixed'; $lang->bug->resolutionList['notrepro'] = 'Not reproduce'; $lang->bug->resolutionList['postponed'] = 'Postponed'; $lang->bug->resolutionList['willnotfix'] = "Won't fix"; +$lang->bug->resolutionList['tostory'] = 'To story'; /* Report. */ $lang->bug->report->common = 'Report'; diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index b314b54500..0998ade191 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -235,6 +235,7 @@ $lang->bug->resolutionList['fixed'] = '已解决'; $lang->bug->resolutionList['notrepro'] = '无法重现'; $lang->bug->resolutionList['postponed'] = '延期处理'; $lang->bug->resolutionList['willnotfix'] = "不予解决"; +$lang->bug->resolutionList['tostory'] = '转为需求'; /* 统计报表。*/ $lang->bug->report->common = '统计报表'; diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index beb6bb5f10..7c88839050 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -16,7 +16,7 @@