diff --git a/disable-comments.php b/disable-comments.php index 1ebfd25..fc96f09 100644 --- a/disable-comments.php +++ b/disable-comments.php @@ -1835,7 +1835,7 @@ public function add_site_health_info($debug_info) { ), 'disabled_post_type_count' => array( 'label' => __('Disabled Post Types Count', 'disable-comments'), - 'value' => sprintf('%d of %d', count($data['disabled_post_types']), $data['total_post_types']), + 'value' => sprintf(__('%1$d of %2$d', 'disable-comments'), count($data['disabled_post_types']), $data['total_post_types']), ), 'disabled_post_types' => array( 'label' => __('Disabled Post Types', 'disable-comments'),