From 26867ec70a6a6eda037b7d68e04c551135adf6e6 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 1 Dec 2011 00:33:09 +0000 Subject: [PATCH] Switch to 'Overview' for Twenty Eleven. Use the theme's textdomain. props SergeyBiryukov, see [19493], #19020. git-svn-id: http://svn.automattic.com/wordpress/trunk@19502 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index e5acbf2b3..2f44b09c1 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -116,7 +116,7 @@ function twentyeleven_theme_options_help() { return; get_current_screen()->add_help_tab( array( - 'title' => __('Screen Info'), + 'title' => __( 'Overview', 'twentyeleven' ), 'id' => 'theme-options-help', 'content' => '

' . __( 'Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:', 'twentyeleven' ) . '

' .