Page MenuHomePhabricator

"Modern" skin should be included to MessagesEn.php
Closed, ResolvedPublic

Description

Author: alefzet

Description:
In MessagesEn.php (and may be in other MessagesXx.php) in array:

$skinNames = array(
'standard' => 'Classic',
'nostalgia' => 'Nostalgia',
'cologneblue' => 'Cologne Blue',
'monobook' => 'MonoBook',
'myskin' => 'MySkin',
'chick' => 'Chick',
'simple' => 'Simple'
);

should be simple added:
... ,
'modern' => 'Modern'


Version: 1.12.x
Severity: enhancement

Details

Reference
bz12740

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:01 PM
bzimport set Reference to bz12740.
bzimport added a subscriber: Unknown Object (MLST).