aboutsummaryrefslogtreecommitdiff
path: root/pollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-17 16:12:15 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-17 16:12:15 +0200
commitb05e4d1452b5f8da1e384f29717ba65c3e06de29 (patch)
tree5b0a9801cb499398c6f3661b4de4af3a2ae89fb2 /pollhead.rb
parent1240edb326a12c88150e2aca23af6c1017d4c49b (diff)
string/usability updates (thanks to the usability testers)
Diffstat (limited to 'pollhead.rb')
-rw-r--r--pollhead.rb10
1 files changed, 5 insertions, 5 deletions
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)}</a>" unless showeditbuttons
if showeditbuttons
- editstr = _("Edit column")
- deletestr = _("Delete column")
+ editstr = _("Edit Option")
+ deletestr = _("Delete Option")
ret += <<EDITDELETE
<form method='post' action=''>
<div class='editdelete'>
@@ -96,11 +96,11 @@ EDITDELETE
title = CGI.escapeHTML(title)
hiddeninput = "<input type='hidden' name='columnid' value=\"#{title}\" />"
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 = <<END
<form method='post' action='' accept-charset='utf-8'>
<div class='textcolumn'>#{hint}</div>