78c78,81
<         drupal_set_message(t('Add another <a href="@typeurl">%type</a>.', array('@typeurl' => url('node/add/'. $node->type), '%type' => $node->type)));
---
>         drupal_set_message(t('Add another <a href="@typeurl">%type</a>.', array(
>               '@typeurl' => url('node/add/'. str_replace('_', '-', $node->type)),
>               '%type' => node_get_types('name', $node)
>         )));
