--- modules/node/node.pages.inc	2008-01-10 09:57:10.000000000 -0600
+++ modules/node/node.pagesNEW.inc	2008-01-16 21:14:16.000000000 -0600
@@ -452,11 +452,11 @@ function node_form_submit($form, &$form_
   node_save($node);
   $node_link = l(t('view'), 'node/'. $node->nid);
   $watchdog_args = array('@type' => $node->type, '%title' => $node->title);
-  $t_args = array('@type' => node_get_types('name', $node), '%title' => $node->title);
+  $t_args = array('@type' => node_get_types('name', $node), '%title' => $node->title, '!node_add' => l(t('Add a new ') . $node->type, 'node/add/'. $node->type));
 
   if ($insert) {
     watchdog('content', '@type: added %title.', $watchdog_args, WATCHDOG_NOTICE, $node_link);
-    drupal_set_message(t('@type %title has been created.', $t_args));
+    drupal_set_message(t('@type %title has been created.  !node_add.', $t_args));
   }
   else {
     watchdog('content', '@type: updated %title.', $watchdog_args, WATCHDOG_NOTICE, $node_link);
