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 --- index.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index bd407d4..ef59c29 100755 --- a/index.cgi +++ b/index.cgi @@ -47,7 +47,7 @@ if $cgi.include?("create_poll") && $cgi.include?("poll_url") if !(POLLURL =~ /\A[\w\-_]*\Z/) createnotice = _("Custom address may only contain letters, numbers, and dashes.") elsif File.exist?(POLLURL) - createnotice = _("A Poll with this address already exists.") + createnotice = _("A poll with this address already exists.") else Dir.mkdir(POLLURL) Dir.chdir(POLLURL) begin @@ -81,12 +81,12 @@ end unless $d.html.header["status"] == "REDIRECT" - $d << "

"+ _("Create New Poll") + "

" + $d << "

"+ _("Create new poll") + "

" titlestr = _("Title") typestr = _("Type") - timepollstr = _("Event Schedule Poll (e. g., schedule a meeting)") - normalpollstr = _("Normal Poll (e. g., vote for what is the best coffee)") + timepollstr = _("Event-scheduling poll (e. g., schedule a meeting)") + normalpollstr = _("Normal poll (e. g., vote for what is the best coffee)") customaddrstr = _("Custom address (optional)") customaddrhintstr = _("May contain letters, numbers, and dashes.") -- cgit v1.2.3