repo.php 159 B

1234
  1. <?php
  2. unset($lang->bug->typeList['others']);
  3. $lang->bug->typeList['codeimprovement'] = 'Code Improvement';
  4. $lang->bug->typeList['others'] = 'Others';