mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
Administration: Improve consistency of the "not found" strings.
Partially reverts [41608] restoring the original strings without the word `query`. See #37430. Fixes #42231. git-svn-id: https://develop.svn.wordpress.org/trunk@41878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -827,7 +827,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ),
|
||||
'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ),
|
||||
'pluginsFound' => __( 'Number of plugins found: %d' ),
|
||||
'noPluginsFound' => __( 'No plugins found. Try a different search query.' ),
|
||||
'noPluginsFound' => __( 'No plugins found. Try a different search.' ),
|
||||
),
|
||||
) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user