diff options
author | Richard Foote <dicky@phpbb.com> | 2012-03-31 12:46:44 -0400 |
---|---|---|
committer | Richard Foote <dicky@phpbb.com> | 2012-03-31 12:46:44 -0400 |
commit | b8b342be2d238616b96ace9acbe8af2e18ba1e7a (patch) | |
tree | 7658c5bf757b0502661483ffa939b126af2f18fc /phpBB/language/en/posting.php | |
parent | 97d4f168f588288df071e4a8b107b9ffb8b0355f (diff) | |
download | forums-b8b342be2d238616b96ace9acbe8af2e18ba1e7a.tar forums-b8b342be2d238616b96ace9acbe8af2e18ba1e7a.tar.gz forums-b8b342be2d238616b96ace9acbe8af2e18ba1e7a.tar.bz2 forums-b8b342be2d238616b96ace9acbe8af2e18ba1e7a.tar.xz forums-b8b342be2d238616b96ace9acbe8af2e18ba1e7a.zip |
[Ticket/10675] Correct language string ATTACH_DISK_FULL
Add period to ATTACH_DISK_FULL language string
PHPBB3-10675
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index dd0ba7fc6d..24f3204c57 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -42,7 +42,7 @@ $lang = array_merge($lang, array( 'ADD_POLL' => 'Poll creation', 'ADD_POLL_EXPLAIN' => 'If you do not want to add a poll to your topic leave the fields blank.', 'ALREADY_DELETED' => 'Sorry but this message is already deleted.', - 'ATTACH_DISK_FULL' => 'There is not enough free disk space to post this attachment', + 'ATTACH_DISK_FULL' => 'There is not enough free disk space to post this attachment.', 'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.', 'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)', |