[pLog-svn] r6902 - plog/branches/lifetype-1.2/locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jun 17 11:47:41 EDT 2009


Author: jondaley
Date: 2009-06-17 11:47:41 -0400 (Wed, 17 Jun 2009)
New Revision: 6902

Modified:
   plog/branches/lifetype-1.2/locale/locale_en_UK.php
Log:
'fetch' is sort of a strange word - (like a dog fetching a bone).  I had a request to change this

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2009-06-12 21:19:43 UTC (rev 6901)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2009-06-17 15:47:41 UTC (rev 6902)
@@ -97,8 +97,8 @@
 
 ////// error messages /////
 $messages['error_fetching_article'] = 'The article you specified could not be found.';
-$messages['error_fetching_articles'] = 'The articles could not be fetched.';
-$messages['error_fetching_category'] = 'There was an error fetching the category';
+$messages['error_fetching_articles'] = 'No articles could be found in this category.';
+$messages['error_fetching_category'] = 'The category you specified could not be found.';
 $messages['error_trackback_no_trackback'] = 'No trackbacks were found for the article.';
 $messages['error_incorrect_article_id'] = 'The article identifier is not correct.';
 $messages['error_incorrect_blog_id'] = 'The blog identifier is not correct.';



More information about the pLog-svn mailing list