[ticket/11366] Update FILE_NOT_FOUND language string

This var is always used with a colon.

PHPBB3-11366
This commit is contained in:
Tristan Darricau 2014-05-11 21:41:30 +02:00
parent 492c1952c1
commit 08ddd1c628

View file

@ -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',