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
This commit is contained in:
wpmuguru 2010-03-15 22:46:30 +00:00
parent b1bcab8963
commit 6d942a39d9
1 changed files with 1 additions and 1 deletions

View File

@ -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 '<p>'. sprintf( __('No menus have been created yet. <a href="%s">Creat some</a>.'), admin_url('nav-menus.php') ) .'</p>';
echo '<p>'. sprintf( __('No menus have been created yet. <a href="%s">Create some</a>.'), admin_url('nav-menus.php') ) .'</p>';
return;
}
?>