diff options
author | David M <davidmj@users.sourceforge.net> | 2007-02-23 17:41:44 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-02-23 17:41:44 +0000 |
commit | 8d9d9d39f3880fff630d43232a52873d489f3ce7 (patch) | |
tree | eb7b7d9a1f76f3ae4a945b9ee79205e9d235d376 /phpBB | |
parent | 7ca0e43041b90d5fc0b6c4863b8df8af47290434 (diff) | |
download | forums-8d9d9d39f3880fff630d43232a52873d489f3ce7.tar forums-8d9d9d39f3880fff630d43232a52873d489f3ce7.tar.gz forums-8d9d9d39f3880fff630d43232a52873d489f3ce7.tar.bz2 forums-8d9d9d39f3880fff630d43232a52873d489f3ce7.tar.xz forums-8d9d9d39f3880fff630d43232a52873d489f3ce7.zip |
blip
git-svn-id: file:///svn/phpbb/trunk@7047 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 4c9b956695..853df84f85 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -322,7 +322,7 @@ $lang = array_merge($lang, array( 'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.', 'NO_ACTION' => 'No action specified.', 'NO_ADMINISTRATORS' => 'No administrators assigned at this board.', - 'NO_AUTH_ADMIN' => 'You do not have admin permissions and are therefore not allowed to access the administration control panel.', + 'NO_AUTH_ADMIN' => 'You do not have admin permissions and therefore not allowed to access the administration control panel.', 'NO_AUTH_ADMIN_USER_DIFFER' => 'You are not able to re-authenticate as a different user.', 'NO_AUTH_OPERATION' => 'You do not have the necessary permissions to complete this operation.', 'NO_CONNECT_TO_SMTP_HOST' => 'Could not connect to smtp host : %s : %s', |