aboutsummaryrefslogtreecommitdiff
path: root/delete_poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-25 20:51:13 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-25 20:51:13 +0100
commitc789b73d34549330d3623a94bff5b2a0a04894ae (patch)
treee5316b85e59bdbf186ce428b23a4a5fa1c66436d /delete_poll.rb
parenteb2a976f4e792024d37432d09c751991a2b341f9 (diff)
add language independent string
Diffstat (limited to 'delete_poll.rb')
-rwxr-xr-xdelete_poll.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/delete_poll.rb b/delete_poll.rb
index aa771bd..2118cac 100755
--- a/delete_poll.rb
+++ b/delete_poll.rb
@@ -25,7 +25,8 @@ load "../dudle.rb"
$d = Dudle.new
require "ftools"
-QUESTIONS = [_("Yes, I know what I am doing!"),
+QUESTIONS = [ "phahqu3Uib4neiRi",
+ _("Yes, I know what I am doing!"),
_("I hate these stupid entry fields."),
_("I am aware of the consequences."),
_("Please delete this poll.")]