From 40306508a36f11a193db23e65a36b328438fbe6c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 23 May 2011 18:32:17 +0000 Subject: [PATCH] String swap. see #17532. git-svn-id: https://develop.svn.wordpress.org/trunk@18007 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 8ebe287566..2e50de0192 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' );