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 | |
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
-rw-r--r-- | phpBB/language/en/common.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 67185ccfe3..3c1ca70dc3 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -552,7 +552,7 @@ $lang = array_merge($lang, array( 'THE_TEAM' => 'The team', 'TIME' => 'Time', - 'TOO_LONG' => 'The value you entered is too long', + 'TOO_LONG' => 'The value you entered is too long.', 'TOO_LONG_AIM' => 'The screenname you entered is too long.', 'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.', 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', |