Make WordPress Core

Ticket #40806: 40806.diff

File 40806.diff, 746 bytes (added by sabernhardt, 4 years ago)

generic option for clarifying the message

  • src/wp-includes/media.php

     
    44534453                'returnToLibrary'             => __( '← Go to library' ),
    44544454                'allMediaItems'               => __( 'All media items' ),
    44554455                'allDates'                    => __( 'All dates' ),
    4456                 'noItemsFound'                => __( 'No items found.' ),
     4456                'noItemsFound'                => __( 'No items found matching this type.' ),
    44574457                'insertIntoPost'              => $post_type_object->labels->insert_into_item,
    44584458                'unattached'                  => __( 'Unattached' ),
    44594459                'mine'                        => _x( 'Mine', 'media items' ),