Index: modules/poll/poll.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.module,v
retrieving revision 1.290
diff -u -p -r1.290 poll.module
--- modules/poll/poll.module	9 Mar 2009 20:36:58 -0000	1.290
+++ modules/poll/poll.module	16 Mar 2009 22:56:59 -0000
@@ -412,6 +412,15 @@ function poll_validate($node, $form) {
 }
 
 /**
+ * Implementation of hook_node_prepare_translation().
+ */
+function poll_node_prepare_translation($node) {
+  if ($node->type == 'poll') {
+    $node->choice = $node->translation_source->choice;
+  }
+}
+
+/**
  * Implementation of hook_load().
  */
 function poll_load($nodes) {
