From 6707744696bde07579be9d8eae69e4a5eab9cfe4 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 21 Nov 2016 17:08:10 +0800 Subject: [PATCH] * finish task #2754. --- module/bug/lang/en.php | 3 --- module/bug/lang/zh-cn.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index 0fae9b8e65..ba9a8e4db3 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -207,8 +207,6 @@ $lang->bug->browserList['other'] = 'Other'; $lang->bug->typeList[''] = ''; $lang->bug->typeList['codeerror'] = 'Code Error'; $lang->bug->typeList['interface'] = 'Interface Optimization'; -$lang->bug->typeList['designchange'] = 'Design Change'; -$lang->bug->typeList['newfeature'] = 'New Feature'; $lang->bug->typeList['designdefect'] = 'Design Defect'; $lang->bug->typeList['config'] = 'Config'; $lang->bug->typeList['install'] = 'Install/Deploy'; @@ -216,7 +214,6 @@ $lang->bug->typeList['security'] = 'Security'; $lang->bug->typeList['performance'] = 'Performance'; $lang->bug->typeList['standard'] = 'Standard'; $lang->bug->typeList['automation'] = 'Testing Script'; -$lang->bug->typeList['trackthings'] = 'Issue Tracking'; $lang->bug->typeList['others'] = 'Other'; $lang->bug->statusList[''] = ''; diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index ca736a251a..2511018bf3 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -207,8 +207,6 @@ $lang->bug->browserList['other'] = '其他'; $lang->bug->typeList[''] = ''; $lang->bug->typeList['codeerror'] = '代码错误'; $lang->bug->typeList['interface'] = '界面优化'; -$lang->bug->typeList['designchange'] = '设计变更'; -$lang->bug->typeList['newfeature'] = '新增需求'; $lang->bug->typeList['designdefect'] = '设计缺陷'; $lang->bug->typeList['config'] = '配置相关'; $lang->bug->typeList['install'] = '安装部署'; @@ -216,7 +214,6 @@ $lang->bug->typeList['security'] = '安全相关'; $lang->bug->typeList['performance'] = '性能问题'; $lang->bug->typeList['standard'] = '标准规范'; $lang->bug->typeList['automation'] = '测试脚本'; -$lang->bug->typeList['trackthings'] = '事务跟踪'; $lang->bug->typeList['others'] = '其他'; $lang->bug->statusList[''] = '';