From b05e4d1452b5f8da1e384f29717ba65c3e06de29 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 17 May 2011 16:12:15 +0200 Subject: string/usability updates (thanks to the usability testers) --- authorization_required.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authorization_required.cgi') 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 << <#{authstr}