Skip to content

Instantly share code, notes, and snippets.

@PeteMall
Created November 8, 2010 10:07
Show Gist options
  • Save PeteMall/667541 to your computer and use it in GitHub Desktop.
Save PeteMall/667541 to your computer and use it in GitHub Desktop.
--- wp-includes/script-loader.php (revision 16232)
+++ wp-includes/script-loader.php (working copy)
@@ -368,7 +368,7 @@
$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”')
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment