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 --- pollhead.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pollhead.rb') diff --git a/pollhead.rb b/pollhead.rb index fbd2df0..b1ceca8 100644 --- a/pollhead.rb +++ b/pollhead.rb @@ -68,8 +68,8 @@ SORTSYMBOL ret += "#{CGI.escapeHTML(columntitle)}" ret += "#{sortsymb(scols,columntitle)}" unless showeditbuttons if showeditbuttons - editstr = _("Edit Option") - deletestr = _("Delete Option") + editstr = _("Edit option") + deletestr = _("Delete option") ret += <
@@ -84,7 +84,7 @@ EDITDELETE end ret += "" } - ret += "" + _("Last Edit") + " #{sortsymb(scols,"timestamp")}\n" unless showeditbuttons + ret += "" + _("Last edit") + " #{sortsymb(scols,"timestamp")}\n" unless showeditbuttons ret += "\n" ret end @@ -98,9 +98,9 @@ EDITDELETE end columntitlestr = _("Option") descriptionstr = _("Description (optional)") - addeditstr = _("Add/Edit Option") + addeditstr = _("Add/Edit option") previewstr = _("Preview") - hint = _("Enter all Options (columns), you want to ask the participants of the poll. The participants will state one vote for every option you give here separately.") + hint = _("Enter all the options (columns) which you want the participants of the poll to choose among. For each option you give here, the participants will choose a vote.") ret = <
#{hint}
-- cgit v1.2.3