diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 05:35:52 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 05:35:52 +0000 |
commit | 7758112f47cadf6d37c6b649055a91560eb4e049 (patch) | |
tree | b335f903867403c8cd577fc6c73965975c0d1942 | |
parent | e5008b025d5d3cff433a9f0b77da6da9ff098f0d (diff) | |
download | forums-7758112f47cadf6d37c6b649055a91560eb4e049.tar forums-7758112f47cadf6d37c6b649055a91560eb4e049.tar.gz forums-7758112f47cadf6d37c6b649055a91560eb4e049.tar.bz2 forums-7758112f47cadf6d37c6b649055a91560eb4e049.tar.xz forums-7758112f47cadf6d37c6b649055a91560eb4e049.zip |
#9758
git-svn-id: file:///svn/phpbb/trunk@7347 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 1c47dc5db2..f0d543f4be 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -78,7 +78,7 @@ $lang = array_merge($lang, array( 'ALLOW_PM' => 'Allow users to send you private messages', 'ALLOW_PM_EXPLAIN' => 'Note that administrators and moderators will always be able to send you messages.', 'ALREADY_ACTIVATED' => 'You have already activated your account', - 'ATTACHMENTS_EXPLAIN' => 'This is a list of attachments you have made in posts to this forum.', + 'ATTACHMENTS_EXPLAIN' => 'This is a list of attachments you have made in posts to this board.', 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.', 'ATTACHMENT_DELETED' => 'Attachment successfully deleted.', 'AVATAR_CATEGORY' => 'Category', |