* Remove notice2 lang.

This commit is contained in:
wangchunsheng
2012-07-03 02:45:15 +00:00
parent 7837ceefec
commit c4898b9c6e
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(',');
<th class='rowhead'><?php echo $lang->bug->openedBuild;?></th>
<td>
<span id='buildBox'><?php echo html::select('openedBuild[]', $builds, $buildID, 'size=3 multiple=multiple class=select-3');?></span>
<?php echo $lang->build->notice2;?>
<?php if(!$builds) echo $lang->build->notice;?>
</td>
</tr>
<tr>
+1 -2
View File
@@ -39,5 +39,4 @@ $lang->build->bugs = 'Linked bugs';
$lang->build->finishStories = 'The total demand for a complete %s';
$lang->build->resolvedBugs = 'The total solution of bug%s';
$lang->build->notice = '(No build in your system, create it in build of project right now.)';
$lang->build->notice2 = '(If the build is empty, please create it in build of project right now.)';
$lang->build->notice = "Please create a build in project view's build page.";
+1 -2
View File
@@ -39,5 +39,4 @@ $lang->build->bugs = '已关联Bug';
$lang->build->finishStories = '本次共完成需求%s个';
$lang->build->resolvedBugs = '本次共解决Bug%s个';
$lang->build->notice = '(还没有相应的版本信息哦,马上到[项目视图]-[版本]创建一个吧)';
$lang->build->notice2 = '(如果还没有相应的版本信息,请到[项目视图]-[版本]创建)';
$lang->build->notice = '版本请到[项目视图]-[版本]创建';