From 666e71d69b0fdf2f5ce3c4c2fc7ee7b95658073b Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 23 May 2011 18:32:17 +0000 Subject: [PATCH] String swap. see #17532. git-svn-id: http://svn.automattic.com/wordpress/trunk@18007 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 8ebe28756..2e50de019 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -121,7 +121,7 @@ __( 'Recent Rockstars' ); __( 'Core Contributors to WordPress %s' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); -__( 'UI/UX and Community Lead' ); +__( 'User Experience Lead' ); __( 'Developer, Core Committer' ); __( 'Developer' ); __( 'Designer' );