Index: trunk/extensions/CentralNotice/special/SpecialCentralNoticeLogs.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | 'class' => 'cn-filter-buttons', |
104 | 104 | ) |
105 | 105 | ); |
106 | | - $filters .= Xml::submitButton( 'Clear filters', |
| 106 | + $filters .= Xml::submitButton( wfMsg( 'centralnotice-clear-filters' ), |
107 | 107 | array( |
108 | 108 | 'id' => 'centralnoticelogreset', |
109 | 109 | 'name' => 'centralnoticelogreset', |
Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -171,6 +171,7 @@ |
172 | 172 | 'centralnotice-filters' => 'Filters', |
173 | 173 | 'centralnotice-date' => 'Date', |
174 | 174 | 'centralnotice-apply-filters' => 'Apply filters', |
| 175 | + 'centralnotice-clear-filters' => 'Clear filters', |
175 | 176 | ); |
176 | 177 | |
177 | 178 | /** Message documentation (Message documentation) |
— | — | @@ -271,6 +272,8 @@ |
272 | 273 | 'centralnotice-log-label' => '$1 is a label for a setting, $2 is the value of the setting (or changes to the setting)', |
273 | 274 | 'centralnotice-campaign-settings' => 'Label for a radio button', |
274 | 275 | 'centralnotice-banner-settings' => 'Label for a radio button', |
| 276 | + 'centralnotice-apply-filters' => 'Label for a submit button', |
| 277 | + 'centralnotice-clear-filters' => 'Label for a submit button. Clear as in reset.', |
275 | 278 | ); |
276 | 279 | |
277 | 280 | /** Afrikaans (Afrikaans) |