- Patch #364169 by Gurpartap Singh: improved language.

merge-requests/26/head
Dries Buytaert 2009-01-26 14:11:34 +00:00
parent 6d3d75fe4b
commit ba5609c11a
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ if (isset($_GET['cron_key']) && variable_get('cron_key', 'drupal') == $_GET['cro
drupal_cron_run();
}
else {
watchdog('cron', 'Cron did not run because an invalid key used.', array(), WATCHDOG_NOTICE);
watchdog('cron', 'Cron could not run because an invalid key was used.', array(), WATCHDOG_NOTICE);
drupal_access_denied();
}