Make WordPress Core


Ignore:
Timestamp:
11/17/2016 03:52:18 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Merge some duplicate strings with the same meaning in error messages, adjust some other strings for consistency and accuracy.

Props ramiy, SergeyBiryukov.
Fixes #38808.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r39272 r39278  
    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.' ),
Note: See TracChangeset for help on using the changeset viewer.