diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-01 13:12:53 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-01 13:12:53 -0700 |
commit | de26c88c28367668c1a779a13925d31ea5ee35d0 (patch) | |
tree | 1c9d2600b2fad81604a6bb6182784098bd5a5598 /modules | |
parent | c8e7100a060ffc9f60604caa373f5c57883b4bfb (diff) | |
download | brdo-de26c88c28367668c1a779a13925d31ea5ee35d0.tar.gz brdo-de26c88c28367668c1a779a13925d31ea5ee35d0.tar.bz2 |
Issue #1252768 by vegantriathlete: Fixed Misnomer in the text supplied for configuring cron.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
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', |