Index: trunk/extensions/Validator/includes/parserHooks/Validator_Describe.php |
— | — | @@ -170,7 +170,7 @@ |
171 | 171 | } |
172 | 172 | } |
173 | 173 | |
174 | | - $description .= $this->msg( 'validator-describe-aliases', 'parsemag', $wgLang->listToText( $aliases ), count( $aliases ) ); |
| 174 | + $description .= $this->msg( 'validator-describe-aliases', $wgLang->listToText( $aliases ), count( $aliases ) ); |
175 | 175 | $description .= "\n\n"; |
176 | 176 | } |
177 | 177 | |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | die( 'Not an entry point.' ); |
27 | 27 | } |
28 | 28 | |
29 | | -define( 'Validator_VERSION', '0.4.11' ); |
| 29 | +define( 'Validator_VERSION', '0.4.12 alpha' ); |
30 | 30 | |
31 | 31 | // Register the internationalization file. |
32 | 32 | $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php'; |