From 4f3f91dfc380415a2a57beeb3770574a5939b0f4 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sun, 10 Oct 2021 14:00:27 +0200 Subject: [PATCH] [ticket/16888] Add the list of allowed files in the attachment tab PHPBB3-16888 --- phpBB/language/en/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 901cd0dad6..fd2789f752 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -152,7 +152,7 @@ $lang = array_merge($lang, array( 'LOGIN_EXPLAIN_REPLY' => 'You need to login in order to reply to topics within this forum.', 'MAX_ATTACHMENT_FILESIZE' => 'Maximum filesize per attachment: %s.', - 'ALLOWED_ATTACHMENTS' => 'Allowed files', + 'ALLOWED_ATTACHMENTS' => 'Allowed file types', 'MAX_FONT_SIZE_EXCEEDED' => 'You may only use fonts up to size %d.', 'MAX_FLASH_HEIGHT_EXCEEDED' => array( 1 => 'Your flash files may only be up to %d pixel high.',