Grammar fix. Props Denis-de-Bernardy and MtDewVirus. fixes #6274

git-svn-id: https://develop.svn.wordpress.org/trunk@7381 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-18 17:06:04 +00:00
parent 2919e0f385
commit d4f18a6f56
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>' . __('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";
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&hellip; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
}
}