summaryrefslogtreecommitdiff
path: root/extensions/tmwa/frontend/language/TMWAccount.i18n.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/tmwa/frontend/language/TMWAccount.i18n.php')
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.i18n.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/tmwa/frontend/language/TMWAccount.i18n.php b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
index 637a7f0..0616209 100644
--- a/extensions/tmwa/frontend/language/TMWAccount.i18n.php
+++ b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
@@ -6,10 +6,10 @@
* @ingroup Extensions
*/
-$messages = array();
-
-$messages['en'] = array(
- 'gameaccount' => 'The Mana World Game Account',
- 'gamenews' => 'The Mana World Game News',
- 'gameaccount-loginnotice' => 'To obtain a game account, you must register here: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> To obtain a wiki account, you must register here: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
+$messages = array(
+ 'en' => array(
+ 'gameaccount' => 'The Mana World Game Account',
+ 'gamenews' => 'The Mana World Game News',
+ 'gameaccount-loginnotice' => 'To obtain a game account, you must register here: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> To obtain a wiki account, you must register here: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
+ ),
);