Fix typo in error message. Props PeteMall

git-svn-id: http://svn.automattic.com/wordpress/trunk@16233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-11-08 10:08:51 +00:00
parent f7641e08fe
commit c95930fa12
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”')
) );