Index: og_collections.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/og_collections/og_collections.module,v retrieving revision 1.2.2.5 diff -u -p -r1.2.2.5 og_collections.module --- og_collections.module 27 Mar 2008 06:14:15 -0000 1.2.2.5 +++ og_collections.module 5 Apr 2008 15:27:19 -0000 @@ -448,7 +448,7 @@ function og_collections_pcpanel_form_sub $pcpanel->show_blocks = $form_values['show_blocks']; $pcpanel->published = $form_values['published']; og_collections_save_pcpanel($pcpanel); - drupal_set_message(t('Pre-configured panel "'. $pcpanel->panel_title .'" has successfully been updated.')); + drupal_set_message(t('Pre-configured panel "'. $pcpanel->page_title .'" has successfully been updated.')); return 'admin/og/og_collections/collectioncfg'; // TODO return to the page that the edit was called from? } else {