Browse Source

Sentence split when it should not

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
a9db3736e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/languages/Post.english.php

+ 1 - 1
Themes/default/languages/Post.english.php

@@ -221,7 +221,7 @@ $txt['error_temp_attachments_new'] = 'There are attachments which you had previo
 $txt['error_temp_attachments_found'] = 'The following attachments were found which you had previously attached to another post but not posted. It is advisable that you do not post until these are either removed or that post has been submited.<br />Click %1$s to remove those attachments. Or %2$s to return to that post.%3$s';
 $txt['error_temp_attachments_lost'] = 'The following attachments were found which you had previously attached to another post but not posted. It is advisable that you do not upload any more attachments until these are removed or that post has been submitedd.<br />Click %1$s to remove these attachments.%2$s';
 $txt['error_temp_attachments_gone'] = 'Those attachments have now been removed and you have been returned to the page you were previously on';
-$txt['error_temp_attachments_flushed'] = 'Please note that any files which had been previously attached but not posted. Have now been removed.';
+$txt['error_temp_attachments_flushed'] = 'Please note that any files which had been previously attached but not posted have now been removed.';
 $txt['error_topic_already_announced'] = 'Please note that this topic has already been announced.';
 
 $txt['cant_access_upload_path'] = 'Cannot access attachments upload path!';