aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-23 10:35:29 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-23 10:35:29 -0400
commit32b9e8488957c109db3fee86a0f941d3685cb52b (patch)
tree95c46685fef0418f90eba26e5be32b06bfbc2343 /languages
parent5e16ef8e61e7674ac8caa6ee770e106983d261da (diff)
downloadelgg-32b9e8488957c109db3fee86a0f941d3685cb52b.tar.gz
elgg-32b9e8488957c109db3fee86a0f941d3685cb52b.tar.bz2
Fixes #4610 better handling of content requiring a logged in user
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
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.',