diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-15 22:55:21 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-15 22:55:21 -0400 |
commit | eb9f207972cf4ebeec71cf7e3a0e762df5d4c40a (patch) | |
tree | 7c1bb1259206a3c6a3a165e27d4c431d6bd9e896 /languages | |
parent | 81dac97890197658e5446e464604c2bc15903e5a (diff) | |
download | elgg-eb9f207972cf4ebeec71cf7e3a0e762df5d4c40a.tar.gz elgg-eb9f207972cf4ebeec71cf7e3a0e762df5d4c40a.tar.bz2 |
Fixes #4496, #4500 Refs #2814 Add consistent error message when content does not exist or user does not have access
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index f1de1f202..ae874a550 100644 --- a/languages/en.php +++ b/languages/en.php @@ -239,7 +239,7 @@ $english = array( 'pageownerunavailable' => 'Warning: The page owner %d is not accessible!', 'viewfailure' => 'There was an internal failure in the view %s', '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.', + 'noaccess' => 'The content you were trying to view has been removed or you do not have permission to view it.', 'error:missing_data' => 'There was some data missing in your request', 'error:default' => 'Oops...something went wrong.', |