Make empty links text a bit more informative.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-14 07:26:46 +00:00
parent 62298aa7c7
commit 386eb869f9
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ function wp_dashboard_incoming_links_output() {
echo "</ul>\n";
} else {
echo '<p>' . __('No incoming links found... yet.') . "</p>\n";
echo '<p>' . __('This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. They have found no incoming links found&hellip; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
}
}