| Index: trunk/extensions/CentralNotice/special/SpecialBannerAllocation.php |
| — | — | @@ -117,7 +117,7 @@ |
| 118 | 118 | |
| 119 | 119 | $htmlOut .= Xml::tags( 'div', |
| 120 | 120 | array( 'class' => 'cn-buttons' ), |
| 121 | | - Xml::submitButton( wfMsg( 'centralnotice-modify' ) ) |
| | 121 | + Xml::submitButton( wfMsg( 'centralnotice-view' ) ) |
| 122 | 122 | ); |
| 123 | 123 | $htmlOut .= Html::closeElement( 'form' ); |
| 124 | 124 | |
| Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
| — | — | @@ -24,6 +24,7 @@ |
| 25 | 25 | 'centralnotice-end-date' => 'End date', |
| 26 | 26 | 'centralnotice-enabled' => 'Enabled', |
| 27 | 27 | 'centralnotice-modify' => 'Submit', |
| | 28 | + 'centralnotice-view' => 'View', |
| 28 | 29 | 'centralnotice-save-banner' => 'Save banner', |
| 29 | 30 | 'centralnotice-preview' => 'Preview', |
| 30 | 31 | 'centralnotice-nopreview' => '(Preview not available)', |
| — | — | @@ -204,11 +205,12 @@ |
| 205 | 206 | 'centralnotice-end-date' => '{{Identical|End date}}', |
| 206 | 207 | 'centralnotice-enabled' => '{{Identical|Enabled}}', |
| 207 | 208 | 'centralnotice-modify' => 'Submit button on: |
| 208 | | -* "change translation language" dialog box on [[m:Special:NoticeTemplate]] |
| 209 | | -* "view banner allocation" on [[m:Special:BannerAllocation]] |
| 210 | | -* any others? |
| | 209 | +* "change translation language" dialog box on [[m:Special:NoticeTemplate]]. |
| | 210 | +* "add campaign" form on [[m:Special:CentralNotice]] (only when sufficent access rights). |
| 211 | 211 | |
| 212 | 212 | {{Identical|Submit}}', |
| | 213 | + 'centralnotice-view' => 'Submit button on: |
| | 214 | +* "view banner allocation" on [[m:Special:BannerAllocation]].', |
| 213 | 215 | 'centralnotice-save-banner' => 'Label for the submit button which saves a CentralNotice banner.', |
| 214 | 216 | 'centralnotice-preview' => '{{Identical|Preview}}', |
| 215 | 217 | 'centralnotice-nopreview' => '{{Identical|Nopreview}}', |