From ce22f02ff71ace97528d2d388a9f130722ebf3c9 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@19502 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 e5acbf2b39..2f44b09c12 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' ) . '

' .