* 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>