From f289fb554c27a793689dfba8bdb23c26ca60d93b Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 16 Mar 2008 12:21:03 +0000 Subject: [PATCH] Fix my poor spelling. Props dickie. git-svn-id: http://svn.automattic.com/wordpress/trunk@7331 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 dd383ad56..d1e5cdf54 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -85,7 +85,7 @@ $post_type_text = implode(', ', $post_type_texts); // There is always a category $sentence = sprintf( __( 'You have %1$s, contained within %2$s and %3$s.' ), $post_type_text, $cats_text, $tags_text ); -$sentence = apply_filters( 'dashboard_count_sentance', $sentence, $post_type_text, $cats_text, $tags_text ); +$sentence = apply_filters( 'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text ); ?>