Skip to content

Commit

Permalink
Fixing the error message displayed when a too long post occurs.
Browse files Browse the repository at this point in the history
  • Loading branch information
reines committed Jul 28, 2010
1 parent 8d8516a commit 4c2f139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/English/post.php
Expand Up @@ -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.',

Expand Down

0 comments on commit 4c2f139

Please sign in to comment.