diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-30 19:47:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-30 19:47:28 +0000 |
commit | d94bcd285abb2b6f37747168f7aeeff1da856be3 (patch) | |
tree | dc118279d28876c6cf3fd76d9658e1a54e98fff7 /lang/en.yml | |
parent | 9af49e07f3b7505b982573a75ae10b1330b38a2b (diff) | |
download | redmine-d94bcd285abb2b6f37747168f7aeeff1da856be3.tar.gz redmine-d94bcd285abb2b6f37747168f7aeeff1da856be3.zip |
A 403 error page is now displayed (instead of a blank page) when trying to access a protected page.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@495 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index e1329bed2..7fcb2b14b 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -66,6 +66,7 @@ notice_successful_connection: Successful connection. notice_file_not_found: The page you were trying to access doesn't exist or has been removed. notice_locking_conflict: Data have been updated by another user. notice_scm_error: Entry and/or revision doesn't exist in the repository. +notice_not_authorized: You are not authorized to access this page. mail_subject_lost_password: Your redMine password mail_subject_register: redMine account activation |