From c27822558f5c60d658b9f316d8c26dd37bfe2663 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 23 Jan 2009 18:27:51 -0200 Subject: [PATCH] ActionItem890: adding a more detailed explanation for totally naive users. --- app/views/shared/access_denied.rhtml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/views/shared/access_denied.rhtml b/app/views/shared/access_denied.rhtml index 9e0d628..e88b557 100644 --- a/app/views/shared/access_denied.rhtml +++ b/app/views/shared/access_denied.rhtml @@ -6,6 +6,7 @@

<%= @message %>

<% else %>

<%= _('You are not allowed to view this page.') %>

+

<%= _("If you are supposed to have access to this area, you'll probably want to talk to the people responsible and ask them to give you access.") %> <% end %>