drupal_set_message(st('All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how to do so, consult the <a href="@handbook_url">online handbook</a>.',array('%dir'=>$settings_dir,'%file'=>$settings_file,'@handbook_url'=>'http://drupal.org/server-permissions')),'error');
drupal_set_message(st('All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how to do so, consult the <a href="@handbook_url">online handbook</a>.',array('%dir'=>$settings_dir,'%file'=>$settings_file,'@handbook_url'=>'http://drupal.org/server-permissions')),'warning');
}
else{
drupal_set_message(st('All necessary changes to %dir and %file have been made. They have been set to read-only for security.',array('%dir'=>$settings_dir,'%file'=>$settings_file)));