aboutsummaryrefslogtreecommitdiff
path: root/overview.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-17 16:16:14 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-17 16:16:14 +0200
commit752b9de20e6d15e807c1c3d6ec808bd1476b624a (patch)
tree32380555701b2484a6a4bbf7aaf79f7721609628 /overview.rb
parentb05e4d1452b5f8da1e384f29717ba65c3e06de29 (diff)
forgot to add one string
Diffstat (limited to 'overview.rb')
-rwxr-xr-xoverview.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/overview.rb b/overview.rb
index 16cd6bd..f129e36 100755
--- a/overview.rb
+++ b/overview.rb
@@ -30,14 +30,14 @@ $d.wizzard_redirect
$d << _("The next steps are:")
+sendlink = _("Send the link to all participants:")
mailstr = _("Send this link via email...")
nextstr = _("Visit the poll yourself:")
subjectstr = _("Link to dudle poll about %{polltitle}") % {:polltitle => $d.title}
-
$d << <<END
<ol>
<li>
- Send the link to all participants:
+ #{sendlink}
<ul>
<li><input id="humanReadableURL" value="#{$conf.siteurl}" type="text" size="80" readonly="readonly"></li>
<li><a id="mailtoURL" href='mailto:?subject=#{CGI.escapeHTML(CGI.escape(subjectstr).gsub("+","%20"))}&amp;body=#{$conf.siteurl}'>#{mailstr}</a></li>