aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-11 21:41:30 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:16:57 +0200
commit08ddd1c628f5aff1a5b5a586ce6d87132068a27a (patch)
tree1bb0b44ba2988a4c72ed318fe882c0c946c4ab2b /phpBB/language/en/common.php
parent492c1952c1059772d75c04cf6a1c589ff37768e9 (diff)
downloadforums-08ddd1c628f5aff1a5b5a586ce6d87132068a27a.tar
forums-08ddd1c628f5aff1a5b5a586ce6d87132068a27a.tar.gz
forums-08ddd1c628f5aff1a5b5a586ce6d87132068a27a.tar.bz2
forums-08ddd1c628f5aff1a5b5a586ce6d87132068a27a.tar.xz
forums-08ddd1c628f5aff1a5b5a586ce6d87132068a27a.zip
[ticket/11366] Update FILE_NOT_FOUND language string
This var is always used with a colon. PHPBB3-11366
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 7d14875976..fea1f7c6bf 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -231,7 +231,7 @@ $lang = array_merge($lang, array(
'FILESIZE' => 'File size',
'FILEDATE' => 'File date',
'FILE_COMMENT' => 'File comment',
- 'FILE_NOT_FOUND' => 'The requested file could not be found.',
+ 'FILE_NOT_FOUND' => 'The requested file could not be found',
'FIND_USERNAME' => 'Find a member',
'FOLDER' => 'Folder',
'FORGOT_PASS' => 'I forgot my password',