mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11366] Update FILE_NOT_FOUND language string
This var is always used with a colon. PHPBB3-11366
This commit is contained in:
parent
492c1952c1
commit
08ddd1c628
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue