From 3daaffb42a9f6e258b20f21ea0cf553219ee0fef Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Thu, 26 Sep 2013 20:51:13 +0200
Subject: [PATCH] [TASK] ext:install Improve wording in empty database select

On first installation only existing empty databases can be selected.
The hint for "Existing tables will be removed" is obsolete.

Change-Id: I05c0fb460672b8b4bbffe321945c46d2c7be2b2f
Resolves: #52314
Releases: 6.2
Reviewed-on: https://review.typo3.org/24078
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
---
 .../Private/Templates/Action/Step/DatabaseSelect.html          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseSelect.html b/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseSelect.html
index 8f304f2c2131..1cdf38b1227b 100644
--- a/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseSelect.html
+++ b/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseSelect.html
@@ -34,8 +34,7 @@
 								checked="checked"
 							/>
 							<div>
-								<label for="t3-install-step-database-existing">Select an EMPTY existing database:</label>
-								<p>Any tables used by TYPO3 will be overwritten.</p>
+								<label for="t3-install-step-database-existing">Use an existing, empty database:</label>
 								<select
 									id="t3-install-step-database-existing"
 									name="install[values][existing]"
-- 
GitLab