diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-09 23:03:22 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-09 23:03:22 +0000 |
commit | 71ee49de3eba0639d13a5861803f1cf031f376df (patch) | |
tree | 7e9a559099ad267e58e58879dae8246e1bf5cdf2 /modules/openid/openid.install | |
parent | a895a366c56fc3a03303e5341e222b7ad097952b (diff) | |
download | brdo-71ee49de3eba0639d13a5861803f1cf031f376df.tar.gz brdo-71ee49de3eba0639d13a5861803f1cf031f376df.tar.bz2 |
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
Diffstat (limited to 'modules/openid/openid.install')
-rw-r--r-- | modules/openid/openid.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openid/openid.install b/modules/openid/openid.install index f9d1671aa..c5b3b92f4 100644 --- a/modules/openid/openid.install +++ b/modules/openid/openid.install @@ -70,7 +70,7 @@ function openid_requirements($phase) { $requirements['bcmath'] = array( 'value' => t('Not installed'), 'severity' => REQUIREMENT_ERROR, - 'description' => t('OpenID requires the BC Math library for PHP which is missing or outdated. Please check the <a href="@url">PHP BC Math Library documentation</a> for information on how to correct this.', array('@url' => 'http://www.php.net/manual/en/book.bc.php')), + 'description' => t('OpenID requires the BC Math library for PHP which is missing or outdated. Check the <a href="@url">PHP BC Math Library documentation</a> for information on how to correct this.', array('@url' => 'http://www.php.net/manual/en/book.bc.php')), ); } else { |