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) --- pollhead.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pollhead.rb') diff --git a/pollhead.rb b/pollhead.rb index 82327e5..732f300 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 column") - deletestr = _("Delete column") + editstr = _("Edit Option") + deletestr = _("Delete Option") ret += <
@@ -96,11 +96,11 @@ EDITDELETE title = CGI.escapeHTML(title) hiddeninput = "" end - columntitlestr = _("Alternative") + columntitlestr = _("Option") descriptionstr = _("Description (optional)") - addeditstr = _("Add/Edit Column") + addeditstr = _("Add/Edit Option") previewstr = _("Preview") - hint = _("Enter all alternatives (columns), you want to ask the participants of the poll. The participants will state one vote for every alternative you give here separately.") + 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.") ret = <
#{hint}
-- cgit v1.2.3