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:
parent
f7641e08fe
commit
c95930fa12
|
@ -368,7 +368,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
$scripts->add_data( 'list-table', 'group', 1 );
|
$scripts->add_data( 'list-table', 'group', 1 );
|
||||||
$scripts->localize( 'list-table', 'listTableL10n', array(
|
$scripts->localize( 'list-table', 'listTableL10n', array(
|
||||||
'loading' => __('Loading...'),
|
'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”')
|
'search' => __('Search results for “%s”')
|
||||||
) );
|
) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue