'#description'=>t("The <em>From</em> address in automated e-mails sent during registration and new password requests, and other notifications. (Use an address ending in your site's domain to help prevent this e-mail being flagged as spam.)"),
@@ -1553,7 +1564,7 @@ function system_site_information_settings() {
'#description'=>t('This page is displayed when the requested document is denied to the current user. Leave blank to display a generic "access denied" page.'),
@@ -1561,13 +1572,6 @@ function system_site_information_settings() {
'#description'=>t('This page is displayed when no other content matches the requested document. Leave blank to display a generic "page not found" page.'),
'#description'=>t('When enabled, the site will check whether cron has been run in the configured interval and automatically run it upon the next page request. For more information visit the <a href="@status-report-url">status report page</a>.',array('@status-report-url'=>url('admin/reports/status'))),
form_set_error('site_frontpage',t("The path '@path' is either invalid or you do not have access to it.",array('@path'=>$form_state['values']['site_frontpage'])));
form_set_error('site_frontpage',t("The path '%path' is either invalid or you do not have access to it.",array('%path'=>$form_state['values']['site_frontpage'])));
@@ -80,7 +80,7 @@ function system_help($path, $arg) {
$output.='<dt>'.t('Managing caching').'</dt>';
$output.='<dd>'.t("The System module allows users with the appropriate permissions to manage caching on the <a href='@cache-settings'>Performance settings page</a>. Drupal has a robust caching system that allows the efficient re-use of previously-constructed web pages and web page components. Pages requested by anonymous users are stored in a compressed format; depending on your site configuration and the amount of your web traffic tied to anonymous visitors, the caching system may significantly increase the speed of your site.",array('@cache-settings'=>url('admin/config/development/performance'))).'</dd>';
$output.='<dt>'.t('Performing system maintenance').'</dt>';
$output.='<dd>'.t('In order for the site and its modules to continue to operate well, a set of routine administrative operations must run on a regular basis. The System module manages this task by making use of a system cron job. You can verify the status of cron tasks by visiting the <a href="@status">Status report page</a>. For more information, see the online handbook entry for <a href="@handbook">configuring cron jobs</a>.',array('@status'=>url('admin/reports/status'),'@handbook'=>'http://drupal.org/cron')).'</dd>';
$output.='<dd>'.t('In order for the site and its modules to continue to operate well, a set of routine administrative operations must run on a regular basis. The System module manages this task by making use of a system cron job. You can verify the status of cron tasks by visiting the <a href="@status">Status report page</a>. For more information, see the online handbook entry for <a href="@handbook">configuring cron jobs</a>. You can set up cron job by visiting <a href="@cron">Cron configuration</a> page',array('@status'=>url('admin/reports/status'),'@handbook'=>'http://drupal.org/cron','@cron'=>url('admin/config/system/cron'))).'</dd>';
$output.='<dt>'.t('Configuring basic site settings').'</dt>';
$output.='<dd>'.t('The System module also handles basic configuration options for your site, including <a href="@date-time-settings">Date and time settings</a>, <a href="@file-system">File system settings</a>, <a href="@clean-url">Clean URL support</a>, <a href="@site-info">Site name and other information</a>, and a <a href="@maintenance-mode">Maintenance mode</a> for taking your site temporarily offline.',array('@date-time-settings'=>url('admin/config/regional/date-time'),'@file-system'=>url('admin/config/media/file-system'),'@clean-url'=>url('admin/config/search/clean-urls'),'@site-info'=>url('admin/config/system/site-information'),'@maintenance-mode'=>url('admin/config/development/maintenance'))).'</dd>';