summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-01-18 18:50:51 +0000
committerDries Buytaert <dries@buytaert.net>2011-01-18 18:50:51 +0000
commitc24596a5bee7c834215f56b2886457951df664fe (patch)
treee1aba33dd76a56b24d1968c3593b6bef2cd02bab /modules
parent6095aeef34eaf83125f019bc76969b6004247836 (diff)
downloadbrdo-c24596a5bee7c834215f56b2886457951df664fe.tar.gz
brdo-c24596a5bee7c834215f56b2886457951df664fe.tar.bz2
- Patch #488062 by David_Rothstein: fixed some broken English.
Diffstat (limited to 'modules')
-rw-r--r--modules/openid/openid.install2
1 files changed, 1 insertions, 1 deletions
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 <a href="@gmp">GMP Math</a> (recommended for performance) or <a href="@bc">BC Math</a> 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 <a href="@gmp">GMP Math</a> (recommended for performance) or <a href="@bc">BC Math</a> 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')) {