From 28feea3cc56e75a9d4d169c34d2609e8847cf30b Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 23 Aug 2006 04:40:57 +0000 Subject: #80079 by drewish, fix some double placeholdering and other bugs with using t(). --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 746fdb103..cf1ff5a41 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -798,7 +798,7 @@ function system_cron_status($cron = '') { else { $status = t('Cron has not run. It appears cron jobs have not been setup on your system. Please check the help pages for configuring cron jobs.', array('@url' => 'http://drupal.org/cron')); } - $status .= ' '. t('Cron can, if necessary, also be run manually.', array('%cron' => url('admin/settings/cron-status/cron'))); + $status .= ' '. t('Cron can, if necessary, also be run manually.', array('!cron' => url('admin/settings/cron-status/cron'))); return $status; } -- cgit v1.2.3