From 9f449e496b33a21ef9163faf7d5f019ac62d6113 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Jul 2008 14:46:24 +0000 Subject: Better errors for attempt to access a GUID you can't git-svn-id: https://code.elgg.org/elgg/trunk@1403 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 4c4075db3..20adc61d3 100644 --- a/languages/en.php +++ b/languages/en.php @@ -94,7 +94,7 @@ 'InvalidParameterException:NoEntityFound' => "No entity found, it either doesn't exist or you don't have access to it.", - + 'InvalidParameterException:GUIDNotFound' => "GUID:%s could not be found, or you can not access it.", 'InvalidParameterException:IdNotExistForGUID' => "Sorry, '%s' does not exist for guid:%d", 'InvalidParameterException:CanNotExportType' => "Sorry, I don't know how to export '%s'", 'InvalidParameterException:NoDataFound' => "Could not find any data.", -- cgit v1.2.3