Index: trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php |
— | — | @@ -282,14 +282,14 @@ |
283 | 283 | // Checkbox for whether or not to use the LandingCheck extension |
284 | 284 | $htmlOut .= Html::openElement( 'p', null ); |
285 | 285 | $htmlOut .= Xml::check( 'landingCheck', $landingCheck, array( 'id' => 'landingCheck' ) ); |
286 | | - $htmlOut .= Xml::label( wfMsg( 'centralnotice-banner-landingcheck' ), 'landingCheck' ); |
| 286 | + $htmlOut .= Xml::label( wfMsg( 'centralnotice-banner-autolink' ), 'landingCheck' ); |
287 | 287 | $htmlOut .= Html::closeElement( 'p' ); |
288 | 288 | |
289 | 289 | // Interface for setting the landing pages |
290 | 290 | $htmlOut .= Html::openElement( 'div', |
291 | 291 | array( 'id' => 'landingCheckInterface', 'style' => 'display: none;' ) ); |
292 | 292 | $htmlOut .= Xml::tags( 'p', array(), |
293 | | - wfMsg( 'centralnotice-banner-landingcheck-help', 'id="cn-landingcheck-link"', 'JimmyAppeal01' ) ); |
| 293 | + wfMsg( 'centralnotice-banner-autolink-help', 'id="cn-landingpage-link"', 'JimmyAppeal01' ) ); |
294 | 294 | $htmlOut .= Xml::tags( 'p', array(), |
295 | 295 | Xml::inputLabel( |
296 | 296 | wfMsg( 'centralnotice-banner-landing-pages' ), |
— | — | @@ -602,7 +602,7 @@ |
603 | 603 | $htmlOut .= Html::openElement( 'p', null ); |
604 | 604 | $htmlOut .= Xml::check( 'landingCheck', $landingCheck, |
605 | 605 | wfArrayMerge( $disabled, array( 'id' => 'landingCheck' ) ) ); |
606 | | - $htmlOut .= Xml::label( wfMsg( 'centralnotice-banner-landingcheck' ), |
| 606 | + $htmlOut .= Xml::label( wfMsg( 'centralnotice-banner-autolink' ), |
607 | 607 | 'landingCheck' ); |
608 | 608 | $htmlOut .= Html::closeElement( 'p' ); |
609 | 609 | |
— | — | @@ -614,7 +614,7 @@ |
615 | 615 | array( 'id'=>'landingCheckInterface', 'style'=>'display:none;' ) ); |
616 | 616 | } |
617 | 617 | $htmlOut .= Xml::tags( 'p', array(), |
618 | | - wfMsg( 'centralnotice-banner-landingcheck-help', 'id="cn-landingcheck-link"', 'JimmyAppeal01' ) ); |
| 618 | + wfMsg( 'centralnotice-banner-autolink-help', 'id="cn-landingpage-link"', 'JimmyAppeal01' ) ); |
619 | 619 | $htmlOut .= Xml::tags( 'p', array(), |
620 | 620 | Xml::inputLabel( |
621 | 621 | wfMsg( 'centralnotice-banner-landing-pages' ), |
Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -132,8 +132,8 @@ |
133 | 133 | 'centralnotice-banner-hidable' => 'Static/Hidable', |
134 | 134 | 'centralnotice-banner-collapsible' => 'Collapsible', |
135 | 135 | 'centralnotice-banner-fundraising' => 'This is a fundraising banner', |
136 | | - 'centralnotice-banner-landingcheck' => 'Use LandingCheck extension', |
137 | | - 'centralnotice-banner-landingcheck-help' => 'Create an anchor tag in the banner body with $1 and enter one or more landing pages below, for example, $2. The link will be constructed automatically.', |
| 136 | + 'centralnotice-banner-autolink' => 'Automatically create landing page link', |
| 137 | + 'centralnotice-banner-autolink-help' => 'Create an anchor tag in the banner body with $1 and enter one or more landing pages below, for example, $2. The link will be constructed automatically.', |
138 | 138 | 'centralnotice-banner-landing-pages' => 'Landing pages (comma-separated):', |
139 | 139 | 'centralnotice-geo' => 'Geotargeted', |
140 | 140 | 'centralnotice-countries' => 'Countries', |
— | — | @@ -260,8 +260,7 @@ |
261 | 261 | 'centralnotice-expand-button' => 'This is an action, a verb in imperative form. It refers to "Do expand the centralnotice!" |
262 | 262 | |
263 | 263 | See also {{msg|Centralnotice-hide-button}}.', |
264 | | - 'centralnotice-banner-landingcheck' => 'LandingCheck is the name of a MediaWiki extension.', |
265 | | - 'centralnotice-banner-landingcheck-help' => 'An explanation for how to use the LandingCheck feature. $1 is a bit of HTML, $2 is a title for a page.', |
| 264 | + 'centralnotice-banner-autolink-help' => 'Brief instructions on how to use the interface. $1 is a bit of HTML, $2 is a title for a page.', |
266 | 265 | 'centralnotice-geo' => 'Used to label a checkbox which activates geotargeting', |
267 | 266 | 'centralnotice-allocation' => 'Tab for sub-page [[m:BannerAllocation|banner allocation]] to central notice special page.', |
268 | 267 | 'centralnotice-view-allocation' => 'Heading of dialog box on [[m:Special:BannerAllocation|banner allocation]] special page.', |