Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -1726,7 +1726,7 @@ function system_site_maintenance_settings() {
|
|||
$form['site_offline_message'] = array(
|
||||
'#type' => 'textarea',
|
||||
'#title' => t('Site off-line message'),
|
||||
'#default_value' => variable_get('site_offline_message', t('@site is currently under maintenance. We should be back shortly. Thank you for your patience.', array('@site' => variable_get('site_name', 'Drupal')))),
|
||||
'#default_value' => variable_get('site_offline_message', t('@site is currently under maintenance. We should be back shortly. Thank you for your patience.', array('@site' => variable_get('site_name', 'SuiteDesk')))),
|
||||
'#description' => t('Message to show visitors when the site is in off-line mode.')
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue