From 142790c977654befcefbb5a3ef0b39414e820d24 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 13 Jun 2008 10:23:20 +0000 Subject: Marcus Povey: CLOSED - # 9: FilePluginFile not found http://trac.elgg.org/ticket/9 git-svn-id: https://code.elgg.org/elgg/trunk@908 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 2fead89ed..1e2b6dd91 100644 --- a/languages/en.php +++ b/languages/en.php @@ -56,7 +56,8 @@ 'InvalidParameterException:UnexpectedODDClass' => "import() passed an unexpected ODD class", 'InvalidParameterException:EntityTypeNotSet' => "Entity type must be set.", - 'ClassException:ClassnameNotClass' => "%s is not a %s.", + 'ClassException:ClassnameNotClass' => "%s is not a %s.", + 'ClassNotFoundException:MissingClass' => "Class '%s' was not found, missing plugin?", 'InstallationException:TypeNotSupported' => "Type %s is not supported. This indicates an error in your installation, most likely caused by an incomplete upgrade.", 'ImportException:ImportFailed' => "Could not import element %d", -- cgit v1.2.3