aboutsummaryrefslogtreecommitdiff
path: root/authorization_required.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'authorization_required.cgi')
-rwxr-xr-xauthorization_required.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/authorization_required.cgi b/authorization_required.cgi
index 2fadcec..dbfff70 100755
--- a/authorization_required.cgi
+++ b/authorization_required.cgi
@@ -51,7 +51,7 @@ if $cgi.include?("poll")
else
$d = Dudle.new(:title => _("Authorization Required"), :hide_lang_chooser => true)
returnstr = _("Return to dudle home and Schedule a new Poll")
- authstr = _("You have to authorize in order to request this page!")
+ authstr = _("You have to authorize yourself in order to access this page!")
$d << <<END
<p>#{authstr}</p>
<ul>