From eabdbd545ed474ebcf63c3e839f2e50e40ddb379 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 7 Jan 2019 18:44:03 +0100 Subject: remove useless space --- delete_poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delete_poll.rb') diff --git a/delete_poll.rb b/delete_poll.rb index dd69138..df7bbd7 100755 --- a/delete_poll.rb +++ b/delete_poll.rb @@ -109,7 +109,7 @@ $d.html << "

" + _("Delete this poll") + "

" $d.html << _("You want to delete the poll named") + " #{$d.table.name}.
" $d.html << _("This is an irreversible action!") + "
" $d.html << _("If you are sure that you want to permanently remove this poll, please type “%{question}” into the form.") % {:question => QUESTIONS[CONFIRM]} -deletestr = _("Delete") +deletestr = _("Delete") $d.html << %{ #{hint}
-- cgit v1.2.3