Make WordPress Core

Ticket #21176: 21176.diff

File 21176.diff, 1.4 KB (added by RyanJKoehler, 13 years ago)

changed "Alternate" to "Alternative"

  • wp-includes/js/tinymce/langs/wp-langs.php

     
    542542                's130' => __('130%'),
    543543                'img_title' => __('Title'),
    544544                'caption' => __('Caption'),
    545                 'alt' => __('Alternate Text')
     545                'alt' => __('Alternative Text')
    546546        );
    547547
    548548        $locale = _WP_Editors::$mce_locale;
  • wp-admin/includes/media.php

     
    812812
    813813                $form_fields['image_alt'] = array(
    814814                        'value' => $alt,
    815                         'label' => __('Alternate Text'),
     815                        'label' => __('Alternative Text'),
    816816                        'helps' => __('Alt text for the image, e.g. “The Mona Lisa”')
    817817                );
    818818
     
    19791979
    19801980                <tr class="image-only">
    19811981                        <th valign="top" scope="row" class="label">
    1982                                 <span class="alignleft"><label for="alt">' . __('Alternate Text') . '</label></span>
     1982                                <span class="alignleft"><label for="alt">' . __('Alternative Text') . '</label></span>
    19831983                        </th>
    19841984                        <td class="field"><input id="alt" name="alt" value="" type="text" aria-required="true" />
    19851985                        <p class="help">' . __('Alt text for the image, e.g. &#8220;The Mona Lisa&#8221;') . '</p></td>