Replace deprecated 'advanced' by renamed to 'settings' icon

One more, after my comment in I997bc0f8c7d99f73c1cc6b4ce46f6bcdc1eee410
got happily ignored.

Bug: T190581
Change-Id: I26dc9018693ffd4c5edcda021c8adce52325cdc9
This commit is contained in:
Volker E 2018-09-12 12:49:10 -07:00
parent 5ac1f53bde
commit e06b2b1686

View file

@ -708,7 +708,7 @@ class TemplateDataBlob {
public function getHtml( Language $lang ) {
$data = $this->getDataInLanguage( $lang->getCode() );
$icon = 'advanced';
$icon = 'settings';
if ( $data->format === null ) {
$formatMsg = null;
} elseif ( isset( self::$formats[$data->format] ) ) {