From 46c278c3603765b623fa441e2435274fbeda05ad Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 22 Aug 2010 20:58:21 +0000 Subject: Merged r6620:6653 from 1.7 branch into trunk git-svn-id: http://code.elgg.org/elgg/trunk@6846 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index a808492c2..743ac6eaf 100644 --- a/languages/en.php +++ b/languages/en.php @@ -97,7 +97,7 @@ $english = array( 'InvalidParameterException:MissingOwner' => "File %s (file guid:%d) (owner guid:%d) is missing an owner!", 'IOException:CouldNotMake' => "Could not make %s", 'IOException:MissingFileName' => "You must specify a name before opening a file.", - 'ClassNotFoundException:NotFoundNotSavedWithFile' => "Filestore not found or class not saved with file!", + 'ClassNotFoundException:NotFoundNotSavedWithFile' => "Unable to load filestore class %s for file %u", 'NotificationException:NoNotificationMethod' => "No notification method specified.", 'NotificationException:NoHandlerFound' => "No handler found for '%s' or it was not callable.", 'NotificationException:ErrorNotifyingGuid' => "There was an error while notifying %d", @@ -525,7 +525,7 @@ To remove a widget drag it back to the Widget gallery.", 'admin:user:unban:no' => "Can not unban user", 'admin:user:unban:yes' => "User un-banned.", 'admin:user:delete:no' => "Can not delete user", - 'admin:user:delete:yes' => "User deleted", + 'admin:user:delete:yes' => "The user %s has been deleted", 'admin:user:resetpassword:yes' => "Password reset, user notified.", 'admin:user:resetpassword:no' => "Password could not be reset.", -- cgit v1.2.3