diff --git a/modules/throttle.module b/modules/throttle.module
index c86e70b7ab733cf2c28e9fdee2e45c1a9a52131a..081284557d7ee09aad7225b1c3863ed29ef4aa11 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -103,7 +103,7 @@ function throttle_help($section) {
     case 'admin/modules#description':
       return t('Handles the auto-throttling mechanism, to control site congestion.');
     case 'admin/settings/throttle':
-      return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed.  This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic.  This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
+      return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed.  This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic.  This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
   }
 }
 
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module
index c86e70b7ab733cf2c28e9fdee2e45c1a9a52131a..081284557d7ee09aad7225b1c3863ed29ef4aa11 100644
--- a/modules/throttle/throttle.module
+++ b/modules/throttle/throttle.module
@@ -103,7 +103,7 @@ function throttle_help($section) {
     case 'admin/modules#description':
       return t('Handles the auto-throttling mechanism, to control site congestion.');
     case 'admin/settings/throttle':
-      return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed.  This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic.  This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
+      return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed.  This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic.  This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
   }
 }