* change lang.

This commit is contained in:
wangyidong
2014-11-06 05:59:47 +00:00
parent 3fe9d38165
commit 6f51bc31f7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ $lang->custom->value = 'Value';
$lang->custom->object['story'] = 'Story';
$lang->custom->object['task'] = 'Task';
$lang->custom->object['bug'] = 'Bug';
$lang->custom->object['testcase'] = 'Test case';
$lang->custom->object['testcase'] = 'Case';
$lang->custom->object['testtask'] = 'Build';
$lang->custom->object['todo'] = 'Todo';
$lang->custom->object['user'] = 'User';

View File

@@ -9,7 +9,7 @@ $lang->custom->value = '值';
$lang->custom->object['story'] = '需求';
$lang->custom->object['task'] = '任务';
$lang->custom->object['bug'] = 'Bug';
$lang->custom->object['testcase'] = '测试用例';
$lang->custom->object['testcase'] = '用例';
$lang->custom->object['testtask'] = '版本';
$lang->custom->object['todo'] = '待办';
$lang->custom->object['user'] = '用户';