Fix typo in error message. Props PeteMall

git-svn-id: https://develop.svn.wordpress.org/trunk@16233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-11-08 10:08:51 +00:00
parent f091f10b0f
commit 163f1b0d9c
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->add_data( 'list-table', 'group', 1 );
$scripts->localize( 'list-table', 'listTableL10n', array(
'loading' => __('Loading...'),
'error' => __('An error has occured while loading the items.'),
'error' => __('An error has occurred while loading the items.'),
'search' => __('Search results for “%s”')
) );