diff --git a/src/wp-content/themes/twentyeleven/inc/theme-options.php b/src/wp-content/themes/twentyeleven/inc/theme-options.php
index 78be3b5aad..af9bd87fb1 100644
--- a/src/wp-content/themes/twentyeleven/inc/theme-options.php
+++ b/src/wp-content/themes/twentyeleven/inc/theme-options.php
@@ -341,8 +341,7 @@ function twentyeleven_settings_field_layout() {
 function twentyeleven_theme_options_render_page() {
 	?>
 	<div class="wrap">
-		<?php screen_icon(); ?>
-		<?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?>
+		<?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : 'Twenty Eleven'; ?>
 		<h2>
 		<?php
 		/* translators: %s: Theme name. */
