aboutsummaryrefslogtreecommitdiff
path: root/delete_poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-03-09 13:46:22 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-03-09 13:46:22 +0100
commitcde5efcc126dd28f590402ae24645fbab4d55140 (patch)
tree0c549910de230e35002558227acbcb648b2e2376 /delete_poll.rb
parent6e96bd72df2abee691b900b6e75ae5de23674b25 (diff)
use better translation format
Diffstat (limited to 'delete_poll.rb')
-rwxr-xr-xdelete_poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/delete_poll.rb b/delete_poll.rb
index d1d7f21..d8365cc 100755
--- a/delete_poll.rb
+++ b/delete_poll.rb
@@ -92,7 +92,7 @@ end
$d.html << "<h2>" + _("Delete this Poll") + "</h2>"
$d.html << _("You want to delete the poll named") + " <b>#{$d.table.name}</b>.<br />"
$d.html << _("This is an irreversible action!") + "<br />"
-$d.html << _("If you are sure in what you are doing, please type into the form") + " " + _("“") + QUESTIONS[CONFIRM] + _("”")
+$d.html << _("If you are sure in what you are doing, please type “%{question}” into the form.") % {:question => QUESTIONS[CONFIRM]}
deletestr = _("Delete")
$d.html << <<TABLE
#{hint}