aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-13 10:23:20 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-13 10:23:20 +0000
commit142790c977654befcefbb5a3ef0b39414e820d24 (patch)
tree5571ef80a33e9a50ef7415bf247cf62aec6a86a0 /languages
parent1044828301f9e76bbd022ae48e8b6d163cea6318 (diff)
downloadelgg-142790c977654befcefbb5a3ef0b39414e820d24.tar.gz
elgg-142790c977654befcefbb5a3ef0b39414e820d24.tar.bz2
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
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php3
1 files changed, 2 insertions, 1 deletions
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",