diff options
Diffstat (limited to 'phpBB/language/en/viewtopic.php')
-rw-r--r-- | phpBB/language/en/viewtopic.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php index b211fc82bf..b1ee86a42a 100644 --- a/phpBB/language/en/viewtopic.php +++ b/phpBB/language/en/viewtopic.php @@ -29,7 +29,8 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, array( - 'ATTACHMENT' => 'Attachment', + 'ATTACHMENT' => 'Attachment', + 'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'Attachment has been disabled', 'BOOKMARK_ADDED' => 'Bookmarked Topic successfully.', 'BOOKMARK_REMOVED' => 'Removed Bookmarked Topic successfully.', |