summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-03-14 00:06:39 -0500
committerwushin <pasekei@gmail.com>2016-03-14 00:06:39 -0500
commitf942517b9b95cb046fc85dd6b9c2785ddada7c52 (patch)
treec57ad9197081e13d24a919d30f6205a9f5d7a32c
parentc8ab0d831c671e8cd8561e9089cf53eec24cf258 (diff)
downloadwebsite-f942517b9b95cb046fc85dd6b9c2785ddada7c52.tar.gz
website-f942517b9b95cb046fc85dd6b9c2785ddada7c52.tar.bz2
website-f942517b9b95cb046fc85dd6b9c2785ddada7c52.tar.xz
website-f942517b9b95cb046fc85dd6b9c2785ddada7c52.zip
Fix long page titles
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.i18n.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/tmwa/frontend/language/TMWAccount.i18n.php b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
index 0098467..ce5be1f 100644
--- a/extensions/tmwa/frontend/language/TMWAccount.i18n.php
+++ b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
@@ -8,14 +8,14 @@
$messages = array(
'en' => array(
- 'gameaccount' => 'The Mana World Game Account',
- 'gamenews' => 'The Mana World Game News',
+ 'gameaccount' => 'Game Account',
+ 'gamenews' => '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]]\'\'\'.',
),
'es' => array(
- 'gameaccount' => 'Cuenta de Juego en The Mana World',
- 'gamenews' => 'Noticias del Juego The Mana World',
+ 'gameaccount' => 'Cuenta de Juego',
+ 'gamenews' => 'Noticias del Juego',
'gameaccount-loginnotice' => 'Para obtener una cuenta de juego, debes registrarte aquí: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> Para obtener una cuenta en la wiki, debes registrarte aquí: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
),
);