Index: includes/form.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/form.inc,v
retrieving revision 1.464
diff -r1.464 form.inc
491,492c491,495
<  * $form_state['values']['body'] = 'This is the body text!';
<  * $form_state['values']['name'] = 'robo-user';
---
>  * // Since fields are now translatable,
>  * // field arrays are more complex
>  * // For more info: http://drupal.org/node/367595#comment-1767882
>  * $form_state['values']['body']['und'][0]['value'] = 'This is the body text!';
>  * $form_state['values']['name']['und'][0]['value'] = 'robo-user';
