Ticket #38808: 38808-no-results.patch
File 38808-no-results.patch, 734 bytes (added by , 8 years ago) |
---|
-
wp-includes/script-loader.php
231 231 232 232 // Strings for 'jquery-ui-autocomplete' live region messages 233 233 did_action( 'init' ) && $scripts->localize( 'jquery-ui-autocomplete', 'uiAutocompleteL10n', array( 234 'noResults' => __( 'No search results.' ),234 'noResults' => __( 'No results found.' ), 235 235 /* translators: Number of results found when using jQuery UI Autocomplete */ 236 236 'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ), 237 237 /* translators: %d: Number of results found when using jQuery UI Autocomplete */