diff --git a/wp-admin/credits.php b/wp-admin/credits.php index ea0d62c04..8deade054 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -106,7 +106,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { } elseif ( isset( $group_data['placeholders'] ) ) { $title = vsprintf( translate( $group_data['name'] ), $group_data['placeholders'] ); } else { - $title = $group_data['name']; + $title = translate( $group_data['name'] ); } echo '

' . $title . "

\n";