? .og.module.swp
? og-406410.patch
? og-450050.patch
Index: og.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og/Attic/og.module,v
retrieving revision 1.628.4.2
diff -u -p -r1.628.4.2 og.module
--- og.module	23 Apr 2009 16:55:06 -0000	1.628.4.2
+++ og.module	30 Apr 2009 22:22:01 -0000
@@ -787,7 +787,7 @@ function og_create_admin_confirm($form_s
   $form['node'] = array('#type' => 'value', '#value' => $node);
   $form['account'] = array('#type' => 'value', '#value' => $account);
   return confirm_form($form, 
-           t('Are you sure you want to make %name a group administrator for the group %title?', array('%name' => $account->name, '%title' => $node->title)),
+           t('Are you sure you want to make !name a group administrator for the group %title?', array('!name' => theme('username', $account), '%title' => $node->title)),
            "og/users/$node->nid", 
            ' ',
            t('Confirm'), 
