diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php index 128c29878b..bc86dd197c 100644 --- a/phpBB/language/en/admin.php +++ b/phpBB/language/en/admin.php @@ -659,7 +659,7 @@ $lang += array( 'MAX_AVATAR_SIZE' => 'Maximum Avatar Dimensions', 'MAX_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)', 'AVATAR_STORAGE_PATH' => 'Avatar Storage Path', - 'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars', + 'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars/upload', 'AVATAR_GALLERY_PATH' => 'Avatar Gallery Path', 'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery', ); @@ -682,7 +682,7 @@ $lang += array( 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session inproving security.', 'ENABLE_GZIP' => 'Enable GZip Compression', 'SMILIES_PATH' => 'Smilies storage path', - 'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies', + 'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smiles', 'ICONS_PATH' => 'Post icons storage path', 'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/icons', 'UPLOAD_ICONS_PATH' => 'Extension group icons storage path', diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php index 019821483f..40ab168cbc 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -92,7 +92,7 @@ $help = array( ), array( 0 => 'How do I post a topic in a forum?', - 1 => 'Easy, click the relevant button on either the forum or topic screens. You may need to register before you can post a message, the facilities available to you are listed at the bottom of the forum and topic screens (the You can post new topics, You can vote in polls, etc. list)' + 1 => 'Easy, click the relevant button on either the forum or topic screens. You may need to register before you can post a message, the facilities available to you are listed at the bottom of the forum and topic screens (the You can post new topics, You can vote in polls, etc. list)' ), array( 0 => 'How do I edit or delete a post?', @@ -160,7 +160,7 @@ $help = array( ), array( 0 => 'What are Moderators?', - 1 => 'Moderators are individuals (or groups of individuals) whose job it is to look after the running of the forums from day to day. They have the power to edit or delete posts and lock, unlock, move, delete and split topics in the forum they moderate. Generally moderators are there to prevent people going off-topic or posting abusive or offensive material.' + 1 => 'Moderators are individuals (or groups of individuals) whose job it is to look after the running of the forums from day to day. They have the power to edit or delete posts and lock, unlock, move, delete and split topics in the forum they moderate. Generally moderators are there to prevent people going off-topic or posting abusive or offensive material.' ), array( 0 => 'What are Usergroups?',