--- og.module	2009-02-09 19:30:18.000000000 +0100
+++ og.new.module	2009-02-09 19:33:31.000000000 +0100
@@ -2085,9 +2085,9 @@
       '#type' => $type, 
       '#title' => t('Audience'), 
       '#attributes' => array('class' => 'og-audience'),
-      '#options' => $options, 
+      '#options' => $options[t('My groups')] ? $options[t('My groups')] : $options,
       '#required' => $required, 
-      '#description' =>  format_plural(count($options), 'Show this post in this group.', 'Show this post in these groups.'),
+      '#description' =>  format_plural(count($options[t('My groups')] ? $options[t('My groups')] : $options), 'Show this post in this group.', 'Show this post in these groups.'),
       '#default_value' => $groups ? $groups : array(),
       '#required' => $required, 
       '#multiple' => TRUE);
