From dbe4a4307d5cda8156fc8ce51d6ead8371e985cb Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 3 Jun 2010 17:28:27 +0000 Subject: [PATCH] Mark planet link for translation. Props xibe. fixes #13467 git-svn-id: http://svn.automattic.com/wordpress/trunk@15128 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index a44ad416f..854c662fb 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -35,7 +35,7 @@ add_contextual_help($current_screen, '

' . __('Incoming Links - Shows links to your site found by Google Blog Search.') . '

' . '

' . __('QuickPress - Allows you to create a new post and either publish it or save it as a draft.') . '

' . '

' . __('Recent Drafts - Displays links to the 5 most recent draft posts you’ve started.') . '

' . - '

' . sprintf(__('Other WordPress News - Shows the feed from WordPress Planet. You can configure it to show a different feed of your choosing.'), 'http://planet.wordpress.org') . '

' . + '

' . __('Other WordPress News - Shows the feed from WordPress Planet. You can configure it to show a different feed of your choosing.') . '

' . '

' . __('Plugins - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Dashboard Documentation') . '

' .