1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11366] Update FILE_NOT_FOUND language string

PHPBB3-11366
This commit is contained in:
Tristan Darricau
2014-05-11 21:54:19 +02:00
parent 537d8b3c16
commit 64467f50db
3 changed files with 3 additions and 3 deletions

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: %s',
'FIND_USERNAME' => 'Find a member',
'FOLDER' => 'Folder',
'FORGOT_PASS' => 'I forgot my password',