Make WordPress Core

Ticket #36493: 36493-2.diff

File 36493-2.diff, 579 bytes (added by christophherr, 8 years ago)

Adds the translator comment to both strings.

  • script-loader.php

     
    229229                'noResults' => __( 'No search results.' ),
    230230                /* translators: Number of results found when using jQuery UI Autocomplete */
    231231                'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ),
     232                /* translators: Number of results found when using jQuery UI Autocomplete */
    232233                'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ),
    233234        ) );
    234235