[pLog-svn] r1380 - plog/trunk/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Mar 9 15:09:54 GMT 2005


Author: oscar
Date: 2005-03-09 15:09:54 +0000 (Wed, 09 Mar 2005)
New Revision: 1380

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
made two messages a bit more informative and easier to understand (I think)


Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-09 15:04:55 UTC (rev 1379)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-09 15:09:54 UTC (rev 1380)
@@ -538,10 +538,10 @@
 // blog users
 $messages['revoke_permissions'] = 'Revoke permissions';
 $messages['error_no_users_selected'] = 'There were no users selected';
-$messages['user_removed_from_blog_ok'] = 'User "%s" was removed from this blog successfully';
-$messages['users_removed_from_blog_ok'] = '%s users removed from this blog successfully';
-$messages['error_removing_user_from_blog'] = 'There was an error removing user "%s" from this blog';
-$messages['error_removing_user_from_blog2'] = 'There was an error removing user with identifier "%s" from this blog';
+$messages['user_removed_from_blog_ok'] = 'User "%s" does not have permissions to access this blog any more';
+$messages['users_removed_from_blog_ok'] = '%s users do not have access to this blog any more';
+$messages['error_removing_user_from_blog'] = 'There was an error removing access to this blog from user "%s"';
+$messages['error_removing_user_from_blog2'] = 'There was an error removing access to this blog from user whose identifier is "%s"';
 
 // new blog user
 $messages['new_blog_username_help'] = 'Username of the user to whom you would like to give access to this blog. New users will only have access to the "Manage" and "Resources" sections.';




More information about the pLog-svn mailing list