diff --git a/lang/English/post.php b/lang/English/post.php index 5c8ea379a..726228f5d 100644 --- a/lang/English/post.php +++ b/lang/English/post.php @@ -7,7 +7,7 @@ 'No subject' => 'Topics must contain a subject.', 'Too long subject' => 'Subjects cannot be longer than 70 characters.', 'No message' => 'You must enter a message.', -'Too long message' => 'Posts cannot be longer that 65535 characters (64 KB).', +'Too long message' => 'Posts cannot be longer that 65535 bytes (64 KB).', 'All caps subject' => 'Subjects cannot contain only capital letters.', 'All caps message' => 'Posts cannot contain only capital letters.',