fbe formatting: add warning for fbe devices and remove unused string

Change-Id: Id7af18a4c39932d8685e3265bfa158494ffd10f0
diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml
index 35b2bbe..811f40c 100755
--- a/gui/theme/common/languages/en.xml
+++ b/gui/theme/common/languages/en.xml
@@ -744,11 +744,11 @@
 		<string name="flash_ab_both_slots">Flash to both slots</string>
 		<string name="ozip_decrypt_decryption">Starting Ozip Decryption...</string>
 		<string name="ozip_decrypt_finish">Ozip Decryption Finished!</string>
-		<string name="fbe_wipe_msg">WARNING: {1} wiped. FBE device should be booted into Android and not Recovery to set initial FBE policy after wipe.</string>
 		<string name="fastboot_button">Fastboot</string>
 		<string name="enable_adb">Enable ADB</string>
 		<string name="enable_fastboot">Enable Fastboot</string>
 		<string name="fastboot_console_msg">Entered Fastboot mode...</string>
+		<string name="data_media_fbe_msg">TWRP will not recreate /data/media on an FBE device. Please reboot into your rom to create /data/media</string>
 		<!-- Android Rescue Party trigger -->
 		<string name="rescue_party0">Android Rescue Party trigger! Possible solutions? Either:</string>
 		<string name="rescue_party1"> 1. Wipe caches, and/or</string>
diff --git a/gui/theme/common/languages/id.xml b/gui/theme/common/languages/id.xml
index d206978..ecbe7ff 100755
--- a/gui/theme/common/languages/id.xml
+++ b/gui/theme/common/languages/id.xml
@@ -743,7 +743,6 @@
 		<string name="flash_ab_both_slots">Flash ke kedua slot</string>
 		<string name="ozip_decrypt_decryption">Mulai mendekripsi Ozip ...</string>
 		<string name="ozip_decrypt_finish">Mendeskripsi Ozip selesai!</string>
-		<string name="fbe_wipe_msg">PERINGATAN: {1} dihapus. Perangkat FBE harus di-boot ke Android dan bukan Recovery untuk mengatur kebijakan FBE awal setelah penghapusan.</string>
 		<string name="fastboot_button">Fastboot</string>
 		<string name="enable_adb">Aktifkan ADB</string>
 		<string name="enable_fastboot">Aktifkan Fastboot</string>
diff --git a/gui/theme/common/languages/nl.xml b/gui/theme/common/languages/nl.xml
index a913d9d..efd84e7 100644
--- a/gui/theme/common/languages/nl.xml
+++ b/gui/theme/common/languages/nl.xml
@@ -737,7 +737,6 @@
 		<string name="flash_ab_both_slots">Beide slots flashen</string>
 		<string name="ozip_decrypt_decryption">Ozip-ontsleutelen...</string>
 		<string name="ozip_decrypt_finish">Ozip-ontsleutelen gereed!</string>
-		<string name="fbe_wipe_msg">WAARSCHUWING: {1} gewist. FBE-apparaat dient opgestart te worden in Android, niet Recovery, om initieel FBE-beleid in werking te zetten na het wissen.</string>
 		<string name="fastboot_button">Fastboot</string>
 		<string name="enable_adb">ADB inschakelen</string>
 		<string name="enable_fastboot">Fastboot inschakelen</string>