diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-08-20 12:02:51 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-08-20 12:02:51 +0000 |
commit | 69a896fcc067b36036150d59de6a2039d6219969 (patch) | |
tree | 0897b60e5956cb44258ae544eb4ec282d8532f11 /phpBB | |
parent | 4fb22c972ff64559bc064c3017fbc1c6fd29e523 (diff) | |
download | forums-69a896fcc067b36036150d59de6a2039d6219969.tar forums-69a896fcc067b36036150d59de6a2039d6219969.tar.gz forums-69a896fcc067b36036150d59de6a2039d6219969.tar.bz2 forums-69a896fcc067b36036150d59de6a2039d6219969.tar.xz forums-69a896fcc067b36036150d59de6a2039d6219969.zip |
fix r10023
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10025 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 9afafb1671..c4887abe65 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -92,7 +92,7 @@ $lang = array_merge($lang, array( 'ACP_AVATAR_SETTINGS_EXPLAIN' => 'Avatars are generally small, unique images a user can associate with themselves. Depending on the style they are usually displayed below the username when viewing topics. Here you can determine how users can define their avatars. Please note that in order to upload avatars you need to have created the directory you name below and ensure it can be written to by the web server. Please also note that file size limits are only imposed on uploaded avatars, they do not apply to remotely linked images.', 'ALLOW_AVATARS' => 'Enable avatars', - 'ALLOW_AVATARS_EXPLAIN' => 'Allow general usage of avatars;<br />If you disable avatars in general or avatars of a certain mode, these avatars will no longer be display within the forum, but users are still able to download their own avatar in the User Control Panel', + 'ALLOW_AVATARS_EXPLAIN' => 'Allow general usage of avatars;<br />If you disable avatars in general or avatars of a certain mode, these avatars will no longer be display within the board, but users are still able to download their own avatar in the User Control Panel', 'ALLOW_LOCAL' => 'Enable gallery avatars', 'ALLOW_REMOTE' => 'Enable remote avatars', 'ALLOW_REMOTE_EXPLAIN' => 'Avatars linked to from another website.', |