Index: trunk/extensions/Deployment/specials/SpecialInstall.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | * @see SpecialPage::getDescription |
26 | 26 | */ |
27 | 27 | public function getDescription() { |
28 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 28 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
Index: trunk/extensions/Deployment/specials/SpecialDashboard.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | * @see SpecialPage::getDescription |
26 | 26 | */ |
27 | 27 | public function getDescription() { |
28 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 28 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
— | — | @@ -47,4 +47,4 @@ |
48 | 48 | } |
49 | 49 | } |
50 | 50 | |
51 | | -} |
\ No newline at end of file |
| 51 | +} |
Index: trunk/extensions/Deployment/specials/SpecialExtensions.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | * @see SpecialPage::getDescription |
41 | 41 | */ |
42 | 42 | public function getDescription() { |
43 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 43 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
Index: trunk/extensions/Deployment/specials/SpecialUpdate.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | * @see SpecialPage::getDescription |
26 | 26 | */ |
27 | 27 | public function getDescription() { |
28 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 28 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
Index: trunk/extensions/UploadWizard/includes/specials/SpecialUploadCampaign.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | * @see SpecialPage::getDescription() |
35 | 35 | */ |
36 | 36 | public function getDescription() { |
37 | | - return wfMsg( 'mwe-upwiz-' . strtolower( $this->mName ) ); |
| 37 | + return wfMsg( 'mwe-upwiz-' . strtolower( $this->getName() ) ); |
38 | 38 | } |
39 | 39 | |
40 | 40 | /** |
— | — | @@ -117,4 +117,4 @@ |
118 | 118 | $this->getOutput()->redirect( SpecialPage::getTitleFor( 'UploadCampaigns' )->getLocalURL() ); |
119 | 119 | } |
120 | 120 | |
121 | | -} |
\ No newline at end of file |
| 121 | +} |
Index: trunk/extensions/UploadWizard/includes/specials/SpecialUploadCampaigns.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | * @see SpecialPage::getDescription() |
33 | 33 | */ |
34 | 34 | public function getDescription() { |
35 | | - return wfMsg( 'mwe-upwiz-' . strtolower( $this->mName ) ); |
| 35 | + return wfMsg( 'mwe-upwiz-' . strtolower( $this->getName() ) ); |
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
Index: trunk/extensions/SemanticWatchlist/specials/SpecialSemanticWatchlist.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * @since 0.1 |
39 | 39 | */ |
40 | 40 | public function getDescription() { |
41 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 41 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
Index: trunk/extensions/SemanticWatchlist/specials/SpecialWatchlistConditions.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | * @since 0.1 |
30 | 30 | */ |
31 | 31 | public function getDescription() { |
32 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 32 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
Index: trunk/extensions/Push/specials/Push_Body.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | * @see SpecialPage::getDescription |
28 | 28 | */ |
29 | 29 | public function getDescription() { |
30 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 30 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
31 | 31 | } |
32 | 32 | |
33 | 33 | /** |
— | — | @@ -340,4 +340,4 @@ |
341 | 341 | } |
342 | 342 | } |
343 | 343 | |
344 | | -} |
\ No newline at end of file |
| 344 | +} |
Index: trunk/extensions/PureWikiDeletion/SpecialPureWikiDeletion.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | |
48 | 48 | if( is_null( $title ) ) { |
49 | 49 | $this->setHeaders(); |
50 | | - $wgOut->addWikiMsg( strtolower( $this->mName ) . '-nopages', $wgContLang->getNsText( $this->namespace ) ); |
| 50 | + $wgOut->addWikiMsg( strtolower( $this->getName() ) . '-nopages', $wgContLang->getNsText( $this->namespace ) ); |
51 | 51 | return; |
52 | 52 | } |
53 | 53 | |
— | — | @@ -121,4 +121,4 @@ |
122 | 122 | $output = wfMsg( 'purewikideletion-population-done' ); |
123 | 123 | $wgOut->addWikiText($output); |
124 | 124 | } |
125 | | -} |
\ No newline at end of file |
| 125 | +} |
Index: trunk/extensions/LiveTranslate/specials/SpecialLiveTranslate.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | * @since 0.4 |
30 | 30 | */ |
31 | 31 | public function getDescription() { |
32 | | - return wfMsg( 'special-' . strtolower( $this->mName ) ); |
| 32 | + return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |