We use "do not" not "don't". Fixes #6328 props rnt.
git-svn-id: https://develop.svn.wordpress.org/trunk@7447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9ed5a34a9b
commit
dc097aca57
@ -52,7 +52,7 @@ class WP_Scripts {
|
|||||||
$this->add( 'wp-ajax', '/wp-includes/js/wp-ajax.js', array('prototype'), '20070306');
|
$this->add( 'wp-ajax', '/wp-includes/js/wp-ajax.js', array('prototype'), '20070306');
|
||||||
$this->localize( 'wp-ajax', 'WPAjaxL10n', array(
|
$this->localize( 'wp-ajax', 'WPAjaxL10n', array(
|
||||||
'defaultUrl' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php',
|
'defaultUrl' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php',
|
||||||
'permText' => __("You don't have permission to do that."),
|
'permText' => __("You do not have permission to do that."),
|
||||||
'strangeText' => __("Something strange happened. Try refreshing the page."),
|
'strangeText' => __("Something strange happened. Try refreshing the page."),
|
||||||
'whoaText' => __("Slow down, I'm still sending your data!")
|
'whoaText' => __("Slow down, I'm still sending your data!")
|
||||||
) );
|
) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user