summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 263b7b671..9505ad1c3 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1729,10 +1729,10 @@ function system_status($check = FALSE) {
function system_run_cron() {
// Run cron manually
if (drupal_cron_run()) {
- drupal_set_message(t('Cron ran successfully'));
+ drupal_set_message(t('Cron ran successfully.'));
}
else {
- drupal_set_message(t('Cron run failed'));
+ drupal_set_message(t('Cron run failed.'), 'error');
}
drupal_goto('admin/reports/status');