From ffc08f4e4d4e847827f28fb7c632c391ef13042f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 1 Aug 2004 15:38:03 +0000 Subject: - correct path locations for avatars/smilies - close tags in faq git-svn-id: file:///svn/phpbb/trunk@4945 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/language/en/admin.php') 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', -- cgit v1.2.1