Make WordPress Core

Ticket #38808: 38808-no-results.patch

File 38808-no-results.patch, 734 bytes (added by ramiy, 8 years ago)
  • wp-includes/script-loader.php

     
    231231
    232232        // Strings for 'jquery-ui-autocomplete' live region messages
    233233        did_action( 'init' ) && $scripts->localize( 'jquery-ui-autocomplete', 'uiAutocompleteL10n', array(
    234                 'noResults' => __( 'No search results.' ),
     234                'noResults' => __( 'No results found.' ),
    235235                /* translators: Number of results found when using jQuery UI Autocomplete */
    236236                'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ),
    237237                /* translators: %d: Number of results found when using jQuery UI Autocomplete */