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:
Sergey Biryukov 2019-03-26 23:59:39 +00:00
parent 368ea6bfc5
commit a8e61bfa86
1 changed files with 1 additions and 1 deletions

View File

@ -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 */