diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-23 10:35:29 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-23 10:35:29 -0400 |
commit | 32b9e8488957c109db3fee86a0f941d3685cb52b (patch) | |
tree | 95c46685fef0418f90eba26e5be32b06bfbc2343 /languages/en.php | |
parent | 5e16ef8e61e7674ac8caa6ee770e106983d261da (diff) | |
download | elgg-32b9e8488957c109db3fee86a0f941d3685cb52b.tar.gz elgg-32b9e8488957c109db3fee86a0f941d3685cb52b.tar.bz2 |
Fixes #4610 better handling of content requiring a logged in user
Diffstat (limited to 'languages/en.php')
-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 03e6dfa84..64c95b866 100644 --- a/languages/en.php +++ b/languages/en.php @@ -235,7 +235,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' => 'The content you were trying to view has been removed or you do not have permission to view it.', + 'noaccess' => 'You need to login to view this content or the content 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.', |