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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jun 3 21:00:08 EDT 2009


Author: jondaley
Date: 2009-06-03 21:00:08 -0400 (Wed, 03 Jun 2009)
New Revision: 6895

Modified:
   plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
Log:
in the middle of something else, but we need to fix this locale message

Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2009-06-04 00:41:15 UTC (rev 6894)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2009-06-04 01:00:08 UTC (rev 6895)
@@ -1141,7 +1141,8 @@
 $messages['error_updating_blog2'] = 'There was an error updating the blog with identifier "%s"';
 $messages['error_updating_blog'] = 'There was an error updating blog "%s"';
 
-$messages['error_updating_user'] = 'There was an error updating user "%s".';
+// TODO: this string was already used above, change it, and fix all locales
+//$messages['error_updating_user'] = 'There was an error updating user "%s".';
 $messages['user_updated_ok'] = 'User "%s" was successfully updated.';
 $messages['users_updated_ok'] = '%s users were successfully updated';
 $messages['eror_updating_user2'] = 'There was an error updating the user with identifier "%s"';



More information about the pLog-svn mailing list