Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -96,6 +96,7 @@ |
97 | 97 | Add one below.', |
98 | 98 | 'centralnotice-no-templates-translate' => 'There are not any banners to edit translations for.', |
99 | 99 | 'centralnotice-number-uses' => 'Uses', |
| 100 | + 'centralnotice-settings' => 'Settings', |
100 | 101 | 'centralnotice-edit-template' => 'Edit banner', |
101 | 102 | 'centralnotice-edit-template-summary' => 'To create a localizable message, enclose a hyphenated string in three curly brackets, e.g. {{{jimbo-quote}}}.', |
102 | 103 | 'centralnotice-message' => 'Message', |
Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php |
— | — | @@ -430,7 +430,7 @@ |
431 | 431 | } |
432 | 432 | |
433 | 433 | // Show banner settings |
434 | | - $htmlOut .= Xml::fieldset( 'Settings' ); |
| 434 | + $htmlOut .= Xml::fieldset( wfMsg( 'centralnotice-settings' ) ); |
435 | 435 | $htmlOut .= Xml::openElement( 'p', null ); |
436 | 436 | $htmlOut .= wfMsg( 'centralnotice-banner-display' ); |
437 | 437 | $htmlOut .= Xml::check( 'displayAnon', ( $row->tmp_display_anon == 1 ), wfArrayMerge( $disabled, array( 'id' => 'displayAnon' ) ) ); |