* adjust the language.

This commit is contained in:
wangchunsheng
2010-11-22 02:18:37 +00:00
parent a16737247a
commit e278c6d9ec
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -78,9 +78,9 @@ $lang->bug->confirmStoryChange = 'Confirm Story Change';
/* 查询条件列表。*/
$lang->bug->selectProduct = 'Select product';
$lang->bug->byModule = 'ByModule';
$lang->bug->assignToMe = 'Tome';
$lang->bug->openedByMe = 'MyOpen';
$lang->bug->resolvedByMe = 'MyResolve';
$lang->bug->assignToMe = 'My Bugs';
$lang->bug->openedByMe = 'My Open';
$lang->bug->resolvedByMe = 'My Resolve';
$lang->bug->assignToNull = 'Assign null';
$lang->bug->closedByMe = 'MyClose';
$lang->bug->longLifeBugs = 'Long life';
+1 -1
View File
@@ -88,7 +88,7 @@ $lang->bug->postponedBugs = '被延期';
$lang->bug->allBugs = '所有Bug';
$lang->bug->moduleBugs = '按模块浏览';
$lang->bug->byQuery = '搜索';
$lang->bug->needConfirm = '需求有变动的Bug';
$lang->bug->needConfirm = '需求变动';
$lang->bug->allProduct = '所有产品';
/* 页面标签。*/