From 6d942a39d94338ec3210de3065767bbfd71a4fb1 Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Mon, 15 Mar 2010 22:46:30 +0000 Subject: [PATCH] fix spelling/typo in nav menu message, props jorbin, see #11817 git-svn-id: http://svn.automattic.com/wordpress/trunk@13712 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 9eb216fc5..0dc3db593 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -1080,7 +1080,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget { // If no menus exists, direct the user to go and create some. if ( !$menus ) { - echo '

'. sprintf( __('No menus have been created yet. Creat some.'), admin_url('nav-menus.php') ) .'

'; + echo '

'. sprintf( __('No menus have been created yet. Create some.'), admin_url('nav-menus.php') ) .'

'; return; } ?>