From c951f2c7b17944f6abeec8da8ab74e3ccb5e5637 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 18 Mar 2008 17:17:48 +0000 Subject: [PATCH] Grammar fix from filosofo. fixes #6274 git-svn-id: http://svn.automattic.com/wordpress/trunk@7382 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 598597f457..df7bd27b59 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -361,7 +361,7 @@ function wp_dashboard_incoming_links_output() { echo "\n"; } else { - echo '

' . __('This dashboard widget queries Google Blog Search so that when another blog links to your site it will show up here. They have found no incoming links… yet. It’s okay — there is no rush.') . "

\n"; + echo '

' . __('This dashboard widget queries Google Blog Search so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.') . "

\n"; } }