diff -urp --strip-trailing-cr ../drupal-6.x-dev/modules/menu/menu.admin.inc ./modules/menu/menu.admin.inc
--- ../drupal-6.x-dev/modules/menu/menu.admin.inc	2007-12-06 19:59:35.000000000 +0100
+++ ./modules/menu/menu.admin.inc	2007-12-06 20:02:33.000000000 +0100
@@ -328,7 +328,7 @@ function menu_edit_item_validate($form, 
   $item = &$form_state['values']['menu'];
   $normal_path = drupal_get_normal_path($item['link_path']);
   if ($item['link_path'] != $normal_path) {
-    drupal_set_message(t('The menu system stores system paths only, but will use the URL alias for display. %link_path has been stored as %normal_path', array('%link_path' => $item['link_path'], '%normal_path' =>  $normal_path)));
+    drupal_set_message(t('The menu system stores system paths only, but will use the URL alias for display. %link_path has been stored as %normal_path', array('%link_path' => $item['link_path'], '%normal_path' => $normal_path)));
     $item['link_path'] = $normal_path;
   }
   if (!menu_path_is_external($item['link_path'])) {
