Make WordPress Core


Ignore:
Timestamp:
09/19/2012 04:55:43 PM (13 years ago)
Author:
nacin
Message:

It is 'Alternative Text', not 'Alternate Text'. props alecrust, RyanJKoehler. fixes #21176.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r21889 r21917  
    808808        $form_fields['image_alt'] = array(
    809809            'value' => $alt,
    810             'label' => __('Alternate Text'),
     810            'label' => __('Alternative Text'),
    811811            'helps' => __('Alt text for the image, e.g. “The Mona Lisa”')
    812812        );
     
    19761976        <tr class="image-only">
    19771977            <th valign="top" scope="row" class="label">
    1978                 <span class="alignleft"><label for="alt">' . __('Alternate Text') . '</label></span>
     1978                <span class="alignleft"><label for="alt">' . __('Alternative Text') . '</label></span>
    19791979            </th>
    19801980            <td class="field"><input id="alt" name="alt" value="" type="text" aria-required="true" />
Note: See TracChangeset for help on using the changeset viewer.