summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAlex Pott <alex.a.pott@googlemail.com>2020-01-28 09:30:25 +0000
committerAlex Pott <alex.a.pott@googlemail.com>2020-01-28 09:30:25 +0000
commitf7d7c625f8bb0b8165d24f0c393525e77e3194a7 (patch)
tree1282df86861b723b9057be4bedba607bbb8784a9
parenteb9af30a4231c57fc2e11066d5eda73118738d48 (diff)
downloaddrupal-f7d7c625f8bb0b8165d24f0c393525e77e3194a7.tar.gz
drupal-f7d7c625f8bb0b8165d24f0c393525e77e3194a7.zip
Issue #3108803 by k4v, ifrik, Gogowitsch: Error "default.settings.php should not be changed" during install
-rw-r--r--core/includes/install.core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc
index 2168f5a2a87..a8df08f2dfa 100644
--- a/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -2096,7 +2096,7 @@ function install_check_requirements($install_state) {
'title' => $default_file_info['title_default'],
'value' => $default_file_info['description_default'],
'severity' => REQUIREMENT_ERROR,
- 'description' => t('The @drupal installer requires that the %default-file file not be modified in any way from the original download.', [
+ 'description' => t('The @drupal installer requires that the %default-file file must not be deleted or modified from the original download.', [
'@drupal' => drupal_install_profile_distribution_name(),
'%default-file' => $default_file,
]),