aboutsummaryrefslogtreecommitdiff
path: root/delete_poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-08-14 21:46:20 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-08-14 21:46:20 +0200
commit76b0222794ce7ec0084ba9f0583830e22e408061 (patch)
treed5785e946eb1fb8f772e26029290f2a379e2c7bf /delete_poll.rb
parent14704c3659aa7f8a30d1d6d9a744a57e880ed2ff (diff)
add translation to one text + update German
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 3f31262..12f6e9b 100755
--- a/delete_poll.rb
+++ b/delete_poll.rb
@@ -40,7 +40,7 @@ if $cgi.include?("confirmnumber")
if $conf.examples.collect{|e| e[:url] }.include?($d.urlsuffix)
deleteconfirmstr = _("Example polls can not be deleted.")
- accidentstr = "You should never see this text."
+ accidentstr = _("You should never see this text.")
else
FileUtils.cp_r($d.urlsuffix, "/tmp/#{$d.urlsuffix}.#{rand(9999999)}")
FileUtils.rm_r($d.urlsuffix)