Index: wp-admin/admin-header.php
===================================================================
--- wp-admin/admin-header.php	(revision 36445)
+++ wp-admin/admin-header.php	(working copy)
@@ -43,7 +43,7 @@
 if ( $admin_title == $title )
 	$admin_title = sprintf( __( '%1$s &#8212; WordPress' ), $title );
 else
-	$admin_title = sprintf( __( '%1$s &lsaquo; %2$s &#8212; WordPress' ), $title, $admin_title );
+	$admin_title = sprintf( __( '%1$s &#8212; %2$s' ), $title, $admin_title );
 
 /**
  * Filter the title tag content for an admin page.
