diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-19 17:55:21 -0800 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-19 17:55:21 -0800 |
commit | 742f7630b8f2628b977e59756ac2844d1bd4683b (patch) | |
tree | 8c1fde819ce841d0b4d57ce23d31bc34ca386916 /languages/en.php | |
parent | 5ee43086ec79b38e3f2cdb288f80bd5f24d413b1 (diff) | |
parent | f003120fba687d14630b690c50e2316f717eca7d (diff) | |
download | elgg-742f7630b8f2628b977e59756ac2844d1bd4683b.tar.gz elgg-742f7630b8f2628b977e59756ac2844d1bd4683b.tar.bz2 |
Merge pull request #118 from cash/404
Fixes #4103 adds a 404 page
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index a2e6e152e..93099c98f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -240,6 +240,9 @@ $english = array( 'changebookmark' => 'Please change your bookmark for this page', 'noaccess' => 'This content has been removed, is invalid, or you do not have permission to view it.', + 'error:default' => 'Oops...something went wrong.', + 'error:404' => 'Sorry. We could not find the page that you requested.', + /** * API */ |