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) --- overview.rb | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'overview.rb') diff --git a/overview.rb b/overview.rb index 0556732..16cd6bd 100755 --- a/overview.rb +++ b/overview.rb @@ -28,20 +28,27 @@ $d = Dudle.new $d.wizzard_redirect -$d << _("The link to your poll is:") +$d << _("The next steps are:") mailstr = _("Send this link via email...") -nextstr = _("To the Vote interface") +nextstr = _("Visit the poll yourself:") subjectstr = _("Link to dudle poll about %{polltitle}") % {:polltitle => $d.title} $d << <#{$conf.siteurl} -#{mailstr} -
-
- -
-
+
    +
  1. + Send the link to all participants: + +
  2. +
  3. + #{nextstr} + +
END $d.out -- cgit v1.2.3