Index: trunk/extensions/Translate/groups/Mantis.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | */ |
11 | 11 | |
12 | 12 | class MantisMessageGroup extends MessageGroup { |
13 | | - protected $label = 'Mantis (web-based bugtracking system)'; |
| 13 | + protected $label = 'MantisBT (web-based bugtracking system)'; |
14 | 14 | protected $id = 'out-mantis'; |
15 | 15 | protected $type = 'mantis'; |
16 | 16 | |