From 5b248a72c8e15fcb4c6b19c65704233aabf7bfe2 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 30 Nov 2011 20:58:39 +0000 Subject: [PATCH] 'Overview' for old-style help tabs, not 'Screen Info.' props jane. see #19020. git-svn-id: http://svn.automattic.com/wordpress/trunk@19493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index 7945eab41..7df5518c2 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -685,7 +685,7 @@ final class WP_Screen { if ( $old_help ) { $this->add_help_tab( array( 'id' => 'contextual-help', - 'title' => __('Screen Info'), + 'title' => __('Overview'), 'content' => $old_help, ) ); }