Last modified: 2008-01-22 21:38:47 UTC
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'
Done with r30063.