From cc3ec29e87892690edd4be337aea84f685326401 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 28 Sep 2003 14:11:49 +0000 Subject: - Committed Goba's translation fixes. --- modules/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/poll.module') diff --git a/modules/poll.module b/modules/poll.module index de68cb451..1d4680a61 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -122,7 +122,7 @@ function poll_form(&$node, &$help, &$error) { $output .= form_submit(t("Preview")) ."


"; for ($a = 0; $a < $node->choices; $a++) { - $output .= form_textfield(t("Choice") ." ". ($a + 1), "choice][$a", $node->choice[$a], 50, 127, $error["choice][$a"]); + $output .= form_textfield(t("Choice %n", array("%n" => ($a + 1))), "choice][$a", $node->choice[$a], 50, 127, $error["choice][$a"]); if ($admin) { $output .= form_textfield(t("Votes for choice %n", array("%n" => ($a + 1))), "chvotes][$a", $node->chvotes[$a] ? $node->chvotes[$a] : 0, 7, 7, $error["chvotes][$a"]); } -- cgit v1.2.3