From ce6ad4246469959b01b25a7232374e665dc5371a Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 25 Oct 2010 21:52:22 +0200 Subject: wording changed --- pollhead.rb | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'pollhead.rb') diff --git a/pollhead.rb b/pollhead.rb index 2a93e22..405dd2e 100644 --- a/pollhead.rb +++ b/pollhead.rb @@ -97,21 +97,30 @@ EDITDELETE title = CGI.escapeHTML(title) hiddeninput = "" end - columntitlestr = _("Columntitle") + columntitlestr = _("Alternative") descriptionstr = _("Description (optional)") addeditstr = _("Add/Edit Column") 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.") ret = < -
- - - - - - #{hiddeninput} - -
+
#{hint}
+ + + + + + + + + + + +
+ + #{hiddeninput} + +
END if col_size > 0 -- cgit v1.2.3