--- wordpress/wp-admin/menu.php	Wed Nov 17 16:39:17 2004
+++ /usr/local/www/data/wp/wp-admin/menu.php	Tue Nov 23 18:27:37 2004
@@ -15,8 +15,8 @@
 $menu[45] = array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php');
 ksort($menu); // So other files can plugin
 
-$submenu['post.php'][5] = array('Write Post', 1, 'post.php');
-$submenu['post.php'][10] = array('Write Page', 5, 'page-new.php');
+$submenu['post.php'][5] = array(__('Write Post'), 1, 'post.php');
+$submenu['post.php'][10] = array(__('Write Page'), 5, 'page-new.php');
 
 $submenu['edit.php'][5] = array(__('Posts'), 1, 'edit.php');
 $submenu['edit.php'][10] = array(__('Pages'), 5, 'edit-pages.php');
@@ -53,4 +53,4 @@
 	die( __('You have do not have sufficient permissions to access this page.') );
 }
 
-?>
\ No newline at end of file
+?>
