--- menu_example/menu_example.module	2010-10-14 19:59:26.000000000 +0100
+++ menu_example/menu_example.module	2010-12-22 04:17:54.000000000 +0000
@@ -54,10 +54,10 @@
     'title' => 'Menu Example: Menu in alternate menu',
 
     // Machine name of the menu in which the link should appear.
-    'menu_name' => 'primary-links',
+    'menu_name' => 'main-menu',
 
     'page callback' => '_menu_example_menu_page',
-    'page arguments' => array(t('This will be in the Primary Links menu instead of the default Navigation menu')),
+    'page arguments' => array(t('This will be in the Main menu instead of the default Navigation menu')),
     'access callback' => TRUE,
   );
 
