diff --git a/src/main/resources/fxml/health_check_details.fxml b/src/main/resources/fxml/health_check_details.fxml
index 60b98d9da..fa247f25f 100644
--- a/src/main/resources/fxml/health_check_details.fxml
+++ b/src/main/resources/fxml/health_check_details.fxml
@@ -23,8 +23,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/main/resources/fxml/health_check_list.fxml b/src/main/resources/fxml/health_check_list.fxml
index bde2f9f7a..12e96efa8 100644
--- a/src/main/resources/fxml/health_check_list.fxml
+++ b/src/main/resources/fxml/health_check_list.fxml
@@ -25,10 +25,12 @@
-
-
-
-
+
+
+
+
+
+
diff --git a/src/main/resources/fxml/health_start.fxml b/src/main/resources/fxml/health_start.fxml
index 41a719bdf..f29571173 100644
--- a/src/main/resources/fxml/health_start.fxml
+++ b/src/main/resources/fxml/health_start.fxml
@@ -33,10 +33,10 @@
-
+
-
+
@@ -51,14 +51,14 @@
-
+
-
+
-
+
-
+
diff --git a/src/main/resources/fxml/health_start_fail.fxml b/src/main/resources/fxml/health_start_fail.fxml
index 0d8da57a7..f1488bd61 100644
--- a/src/main/resources/fxml/health_start_fail.fxml
+++ b/src/main/resources/fxml/health_start_fail.fxml
@@ -18,10 +18,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/main/resources/fxml/vault_options_general.fxml b/src/main/resources/fxml/vault_options_general.fxml
index 38dc5858e..21715243e 100644
--- a/src/main/resources/fxml/vault_options_general.fxml
+++ b/src/main/resources/fxml/vault_options_general.fxml
@@ -41,7 +41,7 @@
-
diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties
index 399400b68..23caf5871 100644
--- a/src/main/resources/i18n/strings.properties
+++ b/src/main/resources/i18n/strings.properties
@@ -147,16 +147,31 @@ migration.impossible.reason=The vault cannot be automatically migrated because i
migration.impossible.moreInfo=The vault can still be opened with an older version. For instructions on how to manually migrate a vault, visit
# Health Check
-health.title=Health Check of \"%s\"
-health.checkList.selectAllBox=Select All
+## Start
+health.title=Health Check of "%s"
+health.intro.header=Health Check
+health.intro.text=Health Check is a collection of checks to detect and possibly fix problems in the internal structure of your vault. Please keep in mind:
+health.intro.remarkSync=Ensure all devices are completely synced, this resolves most problems.
+health.intro.remarkFix=Not all problems can be fixed.
+health.intro.remarkBackup=If data is corrupted, only a backup can help.
+health.intro.affirmation=I have read and understood the above information
+## Start Failure
+health.fail.header=Error on loading Vault Configuration
+health.fail.ioError=An error happened while accessing and reading the config file : "%s"
+health.fail.parseError=An error happened while parsing the vault config.
+health.fail.moreInfo=More Info:
+## Check Selection
+health.checkList.description=Select checks in the left list or use the buttons below.
+health.checkList.selectAllButton=Select All Checks
+health.checkList.deselectAllButton=Deselect All Checks
health.check.runBatchBtn=Run Selected Checks
## Detail view
health.check.detail.noSelectedCheck=For results select a finished health check in the left list.
-health.check.detail.header=Results of %s
health.check.detail.checkScheduled=The check is scheduled.
health.check.detail.checkRunning=The check is currently running…
health.check.detail.checkSkipped=The check was not selected to run.
-health.check.detail.checkSucceeded=The check finished successfully.
+health.check.detail.checkFinished=The check finished successfully.
+health.check.detail.checkFinishedAndFound=The check finished with results needed to be viewed .
health.check.detail.checkFailed=The check exited due to an error.
health.check.detail.checkCancelled=The check was cancelled.
health.check.exportBtn=Export Report
@@ -303,6 +318,8 @@ vaultOptions.general.actionAfterUnlock=After successful unlock
vaultOptions.general.actionAfterUnlock.ignore=Do nothing
vaultOptions.general.actionAfterUnlock.reveal=Reveal Drive
vaultOptions.general.actionAfterUnlock.ask=Ask
+vaultOptions.general.startBtn=Start Health Check
+
## Mount
vaultOptions.mount=Mounting
vaultOptions.mount.readonly=Read-Only
@@ -321,15 +338,6 @@ vaultOptions.masterkey.forgetSavedPasswordBtn=Forget Saved Password
vaultOptions.masterkey.recoveryKeyExplanation=A recovery key is your only means to restore access to a vault if you lose your password.
vaultOptions.masterkey.showRecoveryKeyBtn=Display Recovery Key
vaultOptions.masterkey.recoverPasswordBtn=Recover Password
-## Health
-vaultOptions.health=Health Check
-vaultOptions.health.startBtn=Start Health Check
-vaultOptions.health.introduction=Health Check is a collection of checks to detect and possibly fix problems in the internal structure of your vault.
-vaultOptions.health.remarks=Please keep in mind:
-vaultOptions.health.remarkSync=Incomplete synchronisation causes most problems. Ensure that every device is completely synced.
-vaultOptions.health.remarkFix=Not all problems can be fixed.
-vaultOptions.health.remarkBackup=If data is corrupted, only a backup can help.
-vaultOptions.health.affirmation=I have read and understood the above information.
# Recovery Key