Changeset 41608 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 09/27/2017 08:45:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r41289 r41608 59 59 __( 'https://wordpress.org/support/' ) 60 60 ), 61 'tryAgain' => __( 'Try Again' ), 61 62 '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.' ), 63 64 'collapseSidebar' => __( 'Collapse Sidebar' ), 64 65 'expandSidebar' => __( 'Expand Sidebar' ), … … 228 229 <div class="theme-install-overlay wp-full-overlay expanded"></div> 229 230 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> 231 232 <span class="spinner"></span> 232 233
Note: See TracChangeset
for help on using the changeset viewer.