aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-07 15:18:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-07 15:18:44 +0000
commit1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1 (patch)
tree518a5a3a2decf69a1acd7d60899f86609990cc0d /phpBB
parentaca6d695c81d671d516afe93a3fb5ef0130f8835 (diff)
downloadforums-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.tar
forums-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.tar.gz
forums-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.tar.bz2
forums-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.tar.xz
forums-1ad49ecb91fb7cd7342eca4f0ee82d8b3f8b6ad1.zip
language here, language there...
git-svn-id: file:///svn/phpbb/trunk@7499 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/acp/attachments.php2
-rw-r--r--phpBB/language/en/acp/board.php2
2 files changed, 2 insertions, 2 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.',
));
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index bbb2678498..86d25ee0af 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -208,7 +208,7 @@ $lang = array_merge($lang, array(
'USERNAME_LETTER_NUM_SPACERS' => 'Any letter, number, and spacer',
'USERNAME_CHARS' => 'Limit username chars',
'USERNAME_CHARS_ANY' => 'Any character',
- 'USERNAME_CHARS_EXPLAIN' => 'Restrict type of characters that may be used in usernames, spacers are; space, -, +, _, [ and ]',
+ 'USERNAME_CHARS_EXPLAIN' => 'Restrict type of characters that may be used in usernames, spacers are: space, -, +, _, [ and ]',
'USERNAME_LENGTH' => 'Username length',
'USERNAME_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in usernames.',
));