Make WordPress Core


Ignore:
Timestamp:
09/27/2017 08:45:46 AM (6 years ago)
Author:
swissspidy
Message:

Plugins: Improve error messages on plugins screen.

This unifies the layout and wording of error messages on both the plugins screen and the themes screen.

Props tinkerbelly, juhise, Ankit K Gupta, m1tk00, swissspidy, mrahmadawais, danieltj.
Fixes #37430.

File:
1 edited

Legend:

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

    r41289 r41608  
    5959            __( 'https://wordpress.org/support/' )
    6060        ),
     61        'tryAgain'            => __( 'Try Again' ),
    6162        'themesFound'         => __( 'Number of Themes found: %d' ),
    62         'noThemesFound'       => __( 'No themes found. Try a different search.' ),
     63        'noThemesFound'       => __( 'No themes found. Try a different search query.' ),
    6364        'collapseSidebar'     => __( 'Collapse Sidebar' ),
    6465        'expandSidebar'       => __( 'Expand Sidebar' ),
     
    228229    <div class="theme-install-overlay wp-full-overlay expanded"></div>
    229230
    230     <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
     231    <p class="no-themes"><?php _e( 'No themes found. Try a different search query.' ); ?></p>
    231232    <span class="spinner"></span>
    232233
Note: See TracChangeset for help on using the changeset viewer.