aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index d84987a590..b87b29b7d6 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -164,7 +164,7 @@ $lang = array_merge($lang, array(
'SAVE' => 'Save',
'SAVE_DATE' => 'Saved at',
- 'SAVE_DRAFT' => 'Save Draft',
+ 'SAVE_DRAFT' => 'Save draft',
'SAVE_DRAFT_CONFIRM' => 'Please note that saved drafts only include the subject and the message, any other element will be removed. Do you want to save your draft now?',
'SMILIES' => 'Smilies',
'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>',
@@ -179,12 +179,12 @@ $lang = array_merge($lang, array(
'TOO_MANY_ATTACHMENTS' => 'Cannot add another attachment, %d is the maxmimum.',
'TOO_MANY_CHARS' => 'Your message contains too many characters.',
'TOO_MANY_POLL_OPTIONS' => 'You have tried to enter too many poll options',
- 'TOO_MANY_SMILIES' => 'Your message contains too many smilies. A maximum of %d smilies are allowed.',
- 'TOO_MANY_URLS' => 'Your message contains too many urls. A maximum of %d urls are allowed.',
- 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more Options per User than existing poll options',
+ 'TOO_MANY_SMILIES' => 'Your message contains too many smilies. The maximum number of smilies allowed is %d.',
+ 'TOO_MANY_URLS' => 'Your message contains too many URLs. The maximum number of URLs allowed is %d.',
+ 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more options per user than existing poll options',
'TOPIC_BUMPED' => 'Topic has been bumped successfully',
- 'UNAUTHORISED_BBCODE' => 'You cannot use certain bbcodes: ',
+ 'UNAUTHORISED_BBCODE' => 'You cannot use certain BBCodes: ',
'UNGLOBALISE_EXPLAIN' => 'To switch this topic back from being global to a normal topic, you need to select the forum you wish this topic to be displayed.',
'UPDATE_COMMENT' => 'Update comment',
'URL_INVALID' => 'The URL you specified is invalid.',