diff options
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 c5a55fa60..c869edbe9 100644 --- a/languages/en.php +++ b/languages/en.php @@ -17,7 +17,9 @@ /**
* Errors
*/
-
+ + 'InstallationException:CantCreateSite' => "Unable to create a default ElggSite with credentials Name:%s, Url: %s", +
'actionundefined' => "The requested action (%s) was not defined in the system.",
'actionloggedout' => "Sorry, you cannot perform this action while logged out.",
|