mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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”')
|
||||
) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user