fix spelling/typo in nav menu message, props jorbin, see #11817

git-svn-id: https://develop.svn.wordpress.org/trunk@13712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-03-15 22:46:30 +00:00
parent 8cbf25a155
commit d6d03bf1a8
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;
}
?>