Issue #1252768 by vegantriathlete: Misnomer in the text supplied for configuring cron.

8.0.x
Nathaniel 2011-09-28 12:51:01 +09:00
parent 4ff2d94d8f
commit b3d4219948
1 changed files with 1 additions and 1 deletions

View File

@ -1562,7 +1562,7 @@ function system_site_information_settings_validate($form, &$form_state) {
*/ */
function system_cron_settings() { function system_cron_settings() {
$form['description'] = array( $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( $form['run'] = array(
'#type' => 'submit', '#type' => 'submit',