From cde5efcc126dd28f590402ae24645fbab4d55140 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 9 Mar 2010 13:46:22 +0100 Subject: use better translation format --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index da10b66..12bd00b 100755 --- a/index.cgi +++ b/index.cgi @@ -69,7 +69,7 @@ if $cgi.include?("create_poll") && $cgi.include?("poll_url") $d.html.header["status"] = "REDIRECT" $d.html.header["Cache-Control"] = "no-cache" $d.html.header["Location"] = SITEURL + POLLURL+ "/edit_columns.cgi" - $d << _("The poll was created successfully. The link to your new poll is:") + "
#{POLLURL}" + $d << _("The poll was created successfully. The link to your new poll is: %{link}") % {:link => "
#{POLLURL}"} end end end -- cgit v1.2.3