diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-02-23 16:59:24 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-02-23 16:59:24 +0000 |
| commit | 7ca0e43041b90d5fc0b6c4863b8df8af47290434 (patch) | |
| tree | 643ad811c237f4c6e840405d0ad962aa38378612 | |
| parent | 6e2e074c2ce04101eb797dbbe03af0ec34dc8817 (diff) | |
| download | forums-7ca0e43041b90d5fc0b6c4863b8df8af47290434.tar forums-7ca0e43041b90d5fc0b6c4863b8df8af47290434.tar.gz forums-7ca0e43041b90d5fc0b6c4863b8df8af47290434.tar.bz2 forums-7ca0e43041b90d5fc0b6c4863b8df8af47290434.tar.xz forums-7ca0e43041b90d5fc0b6c4863b8df8af47290434.zip | |
#8266
git-svn-id: file:///svn/phpbb/trunk@7046 89ea8834-ac86-4346-8a33-228a782c2dd0
| -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 853df84f85..4c9b956695 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 therefore not allowed to access the administration control panel.', + 'NO_AUTH_ADMIN' => 'You do not have admin permissions and are 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', |
