Make WordPress Core

Ticket #41994: 41994.3.diff

File 41994.3.diff, 946 bytes (added by Presskopp, 8 years ago)
  • wp-includes/widgets/class-wp-widget-media-gallery.php

     
    2929
    3030                $this->l10n = array_merge( $this->l10n, array(
    3131                        'no_media_selected' => __( 'No images selected' ),
    32                         'add_media' => _x( 'Select Images', 'label for button in the gallery widget; should not be longer than ~13 characters long' ),
    33                         'replace_media' => _x( 'Replace Gallery', 'label for button in the gallery widget; should not be longer than ~13 characters long' ),
     32                        'add_media' => _x( 'Add Images', 'label for button in the gallery widget; should not be longer than ~13 characters long' ),
    3433                        'edit_media' => _x( 'Edit Gallery', 'label for button in the gallery widget; should not be longer than ~13 characters long' ),
    3534                ) );
    3635        }