From f06055cf90b4e98336a268df26e69ebfc0737c38 Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Tue, 24 Oct 2017 19:28:43 +0000 Subject: [PATCH] Credits: Update "Contributing Developers" to "Noteworthy Contributors." "Developers" excludes the various major contributors in non-developer roles, so let's update this term to be more inclusive. See #41022. git-svn-id: https://develop.svn.wordpress.org/trunk@41998 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index fd273e0e99..cd4ac9c59c 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -116,7 +116,7 @@ return; // These are strings returned by the API that we want to be translatable __( 'Project Leaders' ); __( 'Core Contributors to WordPress %s' ); -__( 'Contributing Developers' ); +__( 'Noteworthy Contributors' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); __( 'Release Lead' );