X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FForm%2FFileSystemForm.php;h=d3a6caed0a644fbb3a752595b92ec7f1b77a3d9a;hp=ff0b7924337a97b7cef65f0c1dc377e79c15f332;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/src/Form/FileSystemForm.php b/web/core/modules/system/src/Form/FileSystemForm.php index ff0b79243..d3a6caed0 100644 --- a/web/core/modules/system/src/Form/FileSystemForm.php +++ b/web/core/modules/system/src/Form/FileSystemForm.php @@ -125,10 +125,10 @@ class FileSystemForm extends ConfigFormBase { $period[0] = t('Never'); $form['temporary_maximum_age'] = [ '#type' => 'select', - '#title' => t('Delete orphaned files after'), + '#title' => t('Delete temporary files after'), '#default_value' => $config->get('temporary_maximum_age'), '#options' => $period, - '#description' => t('Orphaned files are not referenced from any content but remain in the file system and may appear in administrative listings. Warning: If enabled, orphaned files will be permanently deleted and may not be recoverable.'), + '#description' => t('Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists. Warning: If enabled, temporary files will be permanently deleted and may not be recoverable.'), ]; return parent::buildForm($form, $form_state);