diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2008-10-11 16:35:27 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2008-10-11 16:35:27 +0000 |
| commit | a203d52e4feeb295e4d222310383c0bb4a3c5652 (patch) | |
| tree | d276a9fb1d19ffa1f776dddc2b9fbb3d78f31be5 /phpBB/language/en/ucp.php | |
| parent | dd55736066f16f2fed2f651fb3af199e246e1cdf (diff) | |
| download | forums-a203d52e4feeb295e4d222310383c0bb4a3c5652.tar forums-a203d52e4feeb295e4d222310383c0bb4a3c5652.tar.gz forums-a203d52e4feeb295e4d222310383c0bb4a3c5652.tar.bz2 forums-a203d52e4feeb295e4d222310383c0bb4a3c5652.tar.xz forums-a203d52e4feeb295e4d222310383c0bb4a3c5652.zip | |
Small language fixes, one for r8989
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9001 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -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 4396f2abbd..f18ebbaf8b 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -292,7 +292,7 @@ $lang = array_merge($lang, array( 'NO_AUTH_READ_HOLD_MESSAGE' => 'You are not authorised to read private messages that are on hold.', 'NO_AUTH_READ_MESSAGE' => 'You are not authorised to read private messages.', 'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.', - 'NO_AUTH_SEND_MESSAGE' => 'You are not authorised sending private messages.', + 'NO_AUTH_SEND_MESSAGE' => 'You are not authorised to send private messages.', 'NO_AUTH_SIGNATURE' => 'You are not authorised to define a signature.', 'NO_BCC_RECIPIENT' => 'None', |
