From 08ddd1c628f5aff1a5b5a586ce6d87132068a27a Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 11 May 2014 21:41:30 +0200 Subject: [PATCH] [ticket/11366] Update FILE_NOT_FOUND language string This var is always used with a colon. PHPBB3-11366 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',