From b3d4219948b68a2f4ea61caeadb3c9a5cc754f52 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Wed, 28 Sep 2011 12:51:01 +0900 Subject: [PATCH] Issue #1252768 by vegantriathlete: Misnomer in the text supplied for configuring cron. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index c63d00a640d..b8345714547 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1562,7 +1562,7 @@ function system_site_information_settings_validate($form, &$form_state) { */ function system_cron_settings() { $form['description'] = array( - '#markup' => '

'.t('Cron takes care of running periodical tasks like checking for updates and indexing content for search.').'

', + '#markup' => '

'.t('Cron takes care of running periodic tasks like checking for updates and indexing content for search.').'

', ); $form['run'] = array( '#type' => 'submit',