[pLog-svn] r6455 - plog/branches/lifetype-1.2/locale/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sun May 11 07:18:33 EDT 2008


Author: jondaley
Date: 2008-05-11 07:18:33 -0400 (Sun, 11 May 2008)
New Revision: 6455

Modified:
   plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
Log:
'no spam' -> 'not spam' is better

Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2008-05-09 18:39:47 UTC (rev 6454)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2008-05-11 11:18:33 UTC (rev 6455)
@@ -170,7 +170,7 @@
 $messages['url'] = 'URL';
 $messages['comment_status_all'] = 'All';
 $messages['comment_status_spam'] = 'Spam';
-$messages['comment_status_nonspam'] = 'No Spam';
+$messages['comment_status_nonspam'] = 'Not Spam';
 $messages['error_fetching_comments'] = 'There was an error while fetching the article comments';
 $messages['error_deleting_comments'] = 'There was an error removing the comments or there was no comment selected';
 $messages['comment_deleted_ok'] = 'Comment "%s" deleted successfully';
@@ -179,12 +179,12 @@
 $messages['error_deleting_comment2'] = 'There was an error deleting comment with identifier %s';
 $messages['editComments'] = 'Comments';
 $messages['mark_as_spam'] = 'Mark as spam';
-$messages['mark_as_no_spam'] = 'Mark as no spam';
+$messages['mark_as_no_spam'] = 'Mark as not spam';
 $messages['error_incorrect_comment_id'] = 'The comment identifier is not correct';
 $messages['error_marking_comment_as_spam'] = 'There was an error marking the comment as spam';
 $messages['comment_marked_as_spam_ok'] = 'The comment was marked as spam successfully';
-$messages['error_marking_comment_as_nonspam'] = 'There was an error marking the comment as no spam';
-$messages['comment_marked_as_nonspam_ok'] = 'The comment was marked as no spam successfully';
+$messages['error_marking_comment_as_nonspam'] = 'There was an error marking the comment as not spam';
+$messages['comment_marked_as_nonspam_ok'] = 'The comment was marked as not spam successfully';
 
 
 // post trackbacks



More information about the pLog-svn mailing list