Make WordPress Core


Ignore:
Timestamp:
10/16/2017 06:13:50 PM (9 years ago)
Author:
afercia
Message:

Administration: Improve consistency of the "not found" strings.

Partially reverts [41608] restoring the original strings without the word query.

See #37430.
Fixes #42231.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r41608 r41878  
    6161        'tryAgain'            => __( 'Try Again' ),
    6262        'themesFound'         => __( 'Number of Themes found: %d' ),
    63         'noThemesFound'       => __( 'No themes found. Try a different search query.' ),
     63        'noThemesFound'       => __( 'No themes found. Try a different search.' ),
    6464        'collapseSidebar'     => __( 'Collapse Sidebar' ),
    6565        'expandSidebar'       => __( 'Expand Sidebar' ),
     
    229229    <div class="theme-install-overlay wp-full-overlay expanded"></div>
    230230
    231     <p class="no-themes"><?php _e( 'No themes found. Try a different search query.' ); ?></p>
     231    <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
    232232    <span class="spinner"></span>
    233233
Note: See TracChangeset for help on using the changeset viewer.