From faab2792af4e54342362c9ba96b72d1c8c806908 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 25 Aug 2018 22:54:45 +0200 Subject: massive english corrections, thanks to Haezel --- access_control.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'access_control.rb') diff --git a/access_control.rb b/access_control.rb index 1e24c78..6226aed 100755 --- a/access_control.rb +++ b/access_control.rb @@ -172,7 +172,7 @@ $d.wizzard_redirect if $d.html.header["status"] != "REDIRECT" -$d.html << "

" + _("Change Access Control Settings") + "

" +$d.html << "

" + _("Change access control settings") + "

" if acusers.empty? && $cgi["ac_activate"] != "Activate" @@ -181,7 +181,7 @@ if acusers.empty? && $cgi["ac_activate"] != "Activate" acswitchbutton += "" else if acusers.empty? - acstatus = ["blue",_("will be activated when at least an admin user is configured")] + acstatus = ["blue",_("controls will be activated when at least the admin user is configured")] acswitchbutton = "" acswitchbutton += "" else @@ -190,16 +190,16 @@ else end - admincreatenotice = usercreatenotice || _("You will be asked for the password you entered here after pressing save!") + admincreatenotice = usercreatenotice || _("You will be asked for the password you have entered here after you press save!") user = ["admin", - _("The user ‘admin’ has access to the vote as well as the configuration interface.")] + _("The user ‘admin’ has access to both the vote and the configuration interface.")] createform = createform(user,admincreatenotice,acusers) if acusers.include?("admin") participantcreatenotice = usercreatenotice || "" user = ["participant", - _("The user ‘participant’ has only access to the vote interface.")] + _("The user ‘participant’ only has access to the vote interface.")] createform += createform(user,participantcreatenotice,acusers) end -- cgit v1.2.3