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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 30 08:34:01 EST 2007


Author: oscar
Date: 2007-01-30 08:34:01 -0500 (Tue, 30 Jan 2007)
New Revision: 4625

Modified:
   plog/branches/lifetype-1.2/locale/locale_en_UK.php
Log:
Fixed an error in the locale

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-01-30 13:04:45 UTC (rev 4624)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-01-30 13:34:01 UTC (rev 4625)
@@ -1144,7 +1144,7 @@
 $messages['login_perm_desc'] = 'User is allowed to log in';
 // admin permissions
 $messages['add_blog_category_desc'] = 'User can add blog categories';
-$messages['add_global_article_category_desc'] = 'User can add global blog categories';
+$messages['add_global_article_category_desc'] = 'User can add global article categories';
 $messages['add_locale_desc'] = 'User can add new locales';
 $messages['add_permission_desc'] = 'User can add new permissions';
 $messages['add_site_blog_desc'] = 'User can add new blogs';
@@ -1237,4 +1237,6 @@
 $messages['posted_in'] = 'Posted in';
 
 $messages['purging_please_wait'] = 'Please wait while data is being purged. This page will keep refreshing itself until all data has been processed, please do not attempt to stop this process';
+
+$messages['error_cannot_delete_last_blog_category'] = 'You cannot delete the last blog category.';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list