summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/throttle.module4
-rw-r--r--modules/throttle/throttle.module4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/throttle.module b/modules/throttle.module
index a40db7ea8..518f34d48 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -56,9 +56,9 @@ function throttle_exit() {
function throttle_perm() {
/*
** throttle module defines the following permissions:
- ** access throttle box - see throttle statistics
+ ** access throttle block - see throttle statistics
*/
- return array("access throttle box");
+ return array("access throttle block");
}
function throttle_help($section = "admin/help#throttle") {
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module
index a40db7ea8..518f34d48 100644
--- a/modules/throttle/throttle.module
+++ b/modules/throttle/throttle.module
@@ -56,9 +56,9 @@ function throttle_exit() {
function throttle_perm() {
/*
** throttle module defines the following permissions:
- ** access throttle box - see throttle statistics
+ ** access throttle block - see throttle statistics
*/
- return array("access throttle box");
+ return array("access throttle block");
}
function throttle_help($section = "admin/help#throttle") {