diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-11 21:54:19 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:17:00 +0200 |
commit | 64467f50db496d0cc388e437dd9d843d5faf6449 (patch) | |
tree | 6704be3842f6d1241db2cae330d0f64affac46e5 /phpBB/language | |
parent | 537d8b3c1691a3676bf1788c57fa37b00ad9faf6 (diff) | |
download | forums-64467f50db496d0cc388e437dd9d843d5faf6449.tar forums-64467f50db496d0cc388e437dd9d843d5faf6449.tar.gz forums-64467f50db496d0cc388e437dd9d843d5faf6449.tar.bz2 forums-64467f50db496d0cc388e437dd9d843d5faf6449.tar.xz forums-64467f50db496d0cc388e437dd9d843d5faf6449.zip |
[ticket/11366] Update FILE_NOT_FOUND language string
PHPBB3-11366
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index fea1f7c6bf..5e524a6164 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: %s', 'FIND_USERNAME' => 'Find a member', 'FOLDER' => 'Folder', 'FORGOT_PASS' => 'I forgot my password', |