From 92a8adea653b29a9e6ee7778e8628f57b959ca4f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 30 Dec 2008 16:43:20 +0000 Subject: - Patch #352470 by scor: fixed typos and grammar in comments. --- modules/help/help.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/help') diff --git a/modules/help/help.api.php b/modules/help/help.api.php index 08e35f431..e1814591a 100644 --- a/modules/help/help.api.php +++ b/modules/help/help.api.php @@ -58,7 +58,7 @@ function hook_help($path, $arg) { case 'admin/build/block': return t('

Blocks are boxes of content that may be rendered into certain regions of your web pages, for example, into sidebars. They are usually generated automatically by modules, but administrators can create blocks manually.

If you want certain blocks to disable themselves temporarily during high server loads, check the "Throttle" box. You can configure the auto-throttle on the throttle configuration page after having enabled the throttle module.

-

You can configure the behaviour of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.

', array('@throttle' => url('admin/settings/throttle'))); +

You can configure the behavior of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.

', array('@throttle' => url('admin/settings/throttle'))); } } -- cgit v1.2.3