summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 78f06eb09..5aab7be30 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1561,7 +1561,7 @@ function system_site_information_settings_validate($form, &$form_state) {
*/
function system_cron_settings() {
$form['description'] = array(
- '#markup' => '<p>'.t('Cron takes care of running periodical tasks like checking for updates and indexing content for search.').'</p>',
+ '#markup' => '<p>' . t('Cron takes care of running periodic tasks like checking for updates and indexing content for search.') . '</p>',
);
$form['run'] = array(
'#type' => 'submit',