From a5b0f9d6662adab8bf5a4b46889b7f7245ebf9e4 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Tue, 22 Nov 2011 20:34:34 +0000 Subject: [PATCH] Remove the the typo that no one noticed on the the credits screen. git-svn-id: http://svn.automattic.com/wordpress/trunk@19402 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 584f5b60b..e48586ddd 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -89,7 +89,7 @@ if ( ! $credits ) { exit; } -echo '

' . __( 'WordPress is created by a worldwide team of passionate individuals. We couldn’t possibly list them all, but here some of the most influential people currently involved with the project:' ) . "

\n"; +echo '

' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "

\n"; $gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/';