diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 13:31:07 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 13:31:07 +0000 |
commit | 9e047bce2e2f5523c164aa2e09a12dfb3a206091 (patch) | |
tree | 2bea8e13da21a78bfb605687f8b85b7d010dadec /languages | |
parent | 43abdcbe55e3a041add586982fbf3f806d6f482f (diff) | |
download | elgg-9e047bce2e2f5523c164aa2e09a12dfb3a206091.tar.gz elgg-9e047bce2e2f5523c164aa2e09a12dfb3a206091.tar.bz2 |
Group class, refs #106
git-svn-id: https://code.elgg.org/elgg/trunk@1231 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index a13476ae6..8ee629d68 100644 --- a/languages/en.php +++ b/languages/en.php @@ -44,7 +44,9 @@ 'InvalidParameterException:NonElggUser' => "Passing a non-ElggUser to an ElggUser constructor!",
'InvalidParameterException:NonElggSite' => "Passing a non-ElggSite to an ElggSite constructor!",
-
+ + 'InvalidParameterException:NonElggGroup' => "Passing a non-ElggGroup to an ElggGroup constructor!", +
'IOException:UnableToSaveNew' => "Unable to save new %s",
'InvalidParameterException:GUIDNotForExport' => "GUID has not been specified during export, this should never happen.",
|