Index: epublish.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/epublish/epublish.module,v retrieving revision 1.13 diff -u -F^f -r1.13 epublish.module --- epublish.module 10 Jul 2006 02:49:34 -0000 1.13 +++ epublish.module 9 Aug 2006 16:13:09 -0000 @@ -2014,7 +2014,7 @@ function epublish_form_edition($edit = N '#title' => t("Page layout"), '#default_value' => $edit->layout_page, '#options' => $layouts, - '#description' => t("Select a page layout for this edition. If none is selected, the default %settings will be used.", array('%settings' => l(t('layout for this publication'), 'admin/epublish/edit/' . $edit["pid"]))), + '#description' => t('Select a page layout for this edition. If none is selected, the default %settings will be used.', array('%settings' => l(t('layout for this publication'), 'admin/epublish/edit/publication/'. $edit->pid))), ); $layouts = epublish_layouts('list', TRUE); $form["layout_list"] = array(