diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-07 15:18:44 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-07 15:18:44 +0000 |
commit | 1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1 (patch) | |
tree | 518a5a3a2decf69a1acd7d60899f86609990cc0d /phpBB/language/en/acp/attachments.php | |
parent | fix moving forums around. :o (diff) | |
download | phpbb-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.tar.gz phpbb-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.tar.bz2 phpbb-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.zip |
language here, language there...
git-svn-id: file:///svn/phpbb/trunk@7499 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 9b84aa2233..6647060fba 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -147,7 +147,7 @@ $lang = array_merge($lang, array( 'UPLOADING_FILE_TO' => 'Uploading file “%1$s” to post number %2$d…', 'UPLOAD_DENIED_FORUM' => 'You do not have the permission to upload files to forum “%s”', 'UPLOAD_DIR' => 'Upload directory', - 'UPLOAD_DIR_EXPLAIN' => 'Storage path for attachments.', + 'UPLOAD_DIR_EXPLAIN' => 'Storage path for attachments. Please note that if you change this directory while already having uploaded attachments you need to manually copy the files to their new location.', 'UPLOAD_ICON' => 'Upload icon', 'UPLOAD_NOT_DIR' => 'The upload location you specified does not appear to be a directory.', )); |