mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Plugins: Use correct singular for "Drop-in" in plugins list table.
Props tobifjellner, mukesh27. Fixes #46592. git-svn-id: https://develop.svn.wordpress.org/trunk@45021 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -450,7 +450,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
break;
|
||||
case 'dropins':
|
||||
/* translators: %s: plugin count */
|
||||
$text = _n( 'Drop-ins <span class="count">(%s)</span>', 'Drop-ins <span class="count">(%s)</span>', $count );
|
||||
$text = _n( 'Drop-in <span class="count">(%s)</span>', 'Drop-ins <span class="count">(%s)</span>', $count );
|
||||
break;
|
||||
case 'paused':
|
||||
/* translators: %s: plugin count */
|
||||
|
||||
Reference in New Issue
Block a user