diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-07 12:51:06 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-12-07 12:51:06 +0000 |
commit | 36a5a0e606641920728b27f179020461023667e8 (patch) | |
tree | a82b30fb8129a7e8bc75398432aef6e120285916 /languages/en.php | |
parent | 450a54397f61f2fe53c8638459aad7ba9bc1c069 (diff) | |
download | elgg-36a5a0e606641920728b27f179020461023667e8.tar.gz elgg-36a5a0e606641920728b27f179020461023667e8.tar.bz2 |
fixes #1018 - blank comments are now rejected
git-svn-id: http://code.elgg.org/elgg/trunk@3737 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index 8e9171d53..1972a81e7 100644 --- a/languages/en.php +++ b/languages/en.php @@ -824,9 +824,9 @@ If you requested this click on the link below, otherwise ignore this email. 'generic_comments:text' => "Comment", 'generic_comment:posted' => "Your comment was successfully posted.", 'generic_comment:deleted' => "Your comment was successfully deleted.", - 'generic_comment:blank' => "Sorry; you need to actually put something in your comment before we can save it.", - 'generic_comment:notfound' => "Sorry; we could not find the specified item.", - 'generic_comment:notdeleted' => "Sorry; we could not delete this comment.", + 'generic_comment:blank' => "Sorry, you need to actually put something in your comment before we can save it.", + 'generic_comment:notfound' => "Sorry, we could not find the specified item.", + 'generic_comment:notdeleted' => "Sorry, we could not delete this comment.", 'generic_comment:failure' => "An unexpected error occurred when adding your comment. Please try again.", 'generic_comment:email:subject' => 'You have a new comment!', |