From c24596a5bee7c834215f56b2886457951df664fe Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 18 Jan 2011 18:50:51 +0000 Subject: - Patch #488062 by David_Rothstein: fixed some broken English. --- modules/openid/openid.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/openid/openid.install b/modules/openid/openid.install index 2859e2619..0ec096100 100644 --- a/modules/openid/openid.install +++ b/modules/openid/openid.install @@ -96,7 +96,7 @@ function openid_requirements($phase) { $requirements['openid_math'] = array( 'value' => t('Not installed'), 'severity' => REQUIREMENT_ERROR, - 'description' => t('OpenID suggest the use of either the the GMP Math (recommended for performance) or BC Math libraries to enable OpenID associations.', array('@gmp' => 'http://php.net/manual/en/book.gmp.php', '@bc' => 'http://www.php.net/manual/en/book.bc.php')), + 'description' => t('OpenID suggests the use of either the GMP Math (recommended for performance) or BC Math libraries to enable OpenID associations.', array('@gmp' => 'http://php.net/manual/en/book.gmp.php', '@bc' => 'http://www.php.net/manual/en/book.bc.php')), ); } elseif (!function_exists('gmp_add')) { -- cgit v1.2.3