aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/viewtopic.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-11-27 21:41:22 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-11-27 21:41:22 +0100
commit2fac1d4c2323797dc4ef977cea4dc3fb894f895a (patch)
tree4a711a9f4a9f7096bd48efc489c79ba292db51e8 /phpBB/language/en/viewtopic.php
parent454280c6e83a3bf41dbeae2382bb8d36fc8e55e1 (diff)
downloadforums-2fac1d4c2323797dc4ef977cea4dc3fb894f895a.tar
forums-2fac1d4c2323797dc4ef977cea4dc3fb894f895a.tar.gz
forums-2fac1d4c2323797dc4ef977cea4dc3fb894f895a.tar.bz2
forums-2fac1d4c2323797dc4ef977cea4dc3fb894f895a.tar.xz
forums-2fac1d4c2323797dc4ef977cea4dc3fb894f895a.zip
[ticket/10345] Fix parsing error in language/en/viewtopic.php
PHPBB3-10345
Diffstat (limited to 'phpBB/language/en/viewtopic.php')
-rw-r--r--phpBB/language/en/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index 5bfc4907ce..e59b33d0a8 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -56,7 +56,7 @@ $lang = array_merge($lang, array(
'EDITED_TIMES_TOTAL' => array(
1 => 'Last edited by %2$s on %3$s, edited %1$d time in total.',
2 => 'Last edited by %2$s on %3$s, edited %1$d times in total.',
- )
+ ),
'EMAIL_TOPIC' => 'E-mail friend',
'ERROR_NO_ATTACHMENT' => 'The selected attachment does not exist anymore.',