Make WordPress Core

Changeset 7447


Ignore:
Timestamp:
03/21/2008 09:25:03 AM (18 years ago)
Author:
westi
Message:

We use "do not" not "don't". Fixes #6328 props rnt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r7432 r7447  
    5353        $this->localize( 'wp-ajax', 'WPAjaxL10n', array(
    5454            'defaultUrl' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php',
    55             'permText' => __("You don't have permission to do that."),
     55            'permText' => __("You do not have permission to do that."),
    5656            'strangeText' => __("Something strange happened.  Try refreshing the page."),
    5757            'whoaText' => __("Slow down, I'm still sending your data!")
Note: See TracChangeset for help on using the changeset viewer.