From: Michael Tremer Date: Wed, 30 Jan 2013 12:41:13 +0000 (+0100) Subject: installer: Add bigger warning that all data will be destroyed during the installation... X-Git-Tag: v2.13-rc1~10 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=66304ea8bb378c918280df2ddb3349db25aad38f installer: Add bigger warning that all data will be destroyed during the installation process. --- diff --git a/langs/de/install/lang_de.c b/langs/de/install/lang_de.c index 6c8c7e5b0d..85db8677d8 100644 --- a/langs/de/install/lang_de.c +++ b/langs/de/install/lang_de.c @@ -358,7 +358,7 @@ char *de_tr[] = { /* TR_PHONENUMBER_CANNOT_BE_EMPTY */ "Die Telefonnummer darf nicht leer sein.", /* TR_PREPARE_HARDDISK */ -"Das Installationsprogramm wird jetzt die Festplatte %s vorbereiten. Zunächst wird die Festplatte partitioniert. Danach wird auf den Partitionen ein Dateisystem erstellt.", +"Das Installationsprogramm wird jetzt die Festplatte %s vorbereiten. Zunächst wird die Festplatte partitioniert. Danach wird auf den Partitionen ein Dateisystem erstellt.\n\nALLE DATEN AUF DEM LAUFWERK WERDEN GELÖSCHT. Einverstanden?", /* TR_PRESS_OK_TO_REBOOT */ "Drücken Sie Ok, um neu zu starten.", /* TR_PRIMARY_DNS */ diff --git a/langs/en/install/lang_en.c b/langs/en/install/lang_en.c index 4415205b19..87f8d2fa91 100644 --- a/langs/en/install/lang_en.c +++ b/langs/en/install/lang_en.c @@ -354,7 +354,7 @@ char *en_tr[] = { /* TR_PHONENUMBER_CANNOT_BE_EMPTY */ "Phone number cannot be empty.", /* TR_PREPARE_HARDDISK */ -"The installation program will now prepare the harddisk on %s. First the disk will be partitioned, and then the partitions will have a filesystem put on them.", +"The installation program will now prepare the harddisk on %s. First the disk will be partitioned, and then the partitions will have a filesystem put on them.\n\nALL DATA ON THE DISK WILL BE DESTROYED. Do you agree to continue?", /* TR_PRESS_OK_TO_REBOOT */ "Press Ok to reboot.", /* TR_PRIMARY_DNS */