diff --git a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.properties b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.properties
index a5b4f84..17c3bb3 100644
--- a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.properties
+++ b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.properties
@@ -3,3 +3,4 @@ restore_configuration = Restore Configuration
restore_next_build_number = Restore next build number file (if found in backup)
restore_options = Restore options
restore_plugins = Restore plugins
+restore_config_history = Restore config-history (if found in backup)
diff --git a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions_de.properties b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions_de.properties
index ff7c126..f2685b5 100644
--- a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions_de.properties
+++ b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions_de.properties
@@ -1,5 +1,6 @@
restore_backup_from = Backup wiederherstellen von:
restore_configuration = Restore Konfiguration
-restore_next_build_number = Nächste Build Nummer Datein wiederherstellen (falls im Backup vorhanden)
+restore_next_build_number = Nächste Build Nummer Dateien wiederherstellen (falls im Backup vorhanden)
restore_options = Restore Optionen
restore_plugins = Plugins wiederherstellen
+restore_config_history = Config-history wiederherstellen (falls im Backup vorhanden)
diff --git a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory.html b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory.html
index 448b4fd..0111c69 100644
--- a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory.html
+++ b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory.html
@@ -24,6 +24,6 @@
- If this option is enabled, the directory config-history will also be backed up.
+ If this option is enabled, the directory which is configured within the config-history plugin will also be backed up (only if plugin is installed).
diff --git a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory_de.html b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory_de.html
index 452bc0f..20afc91 100644
--- a/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory_de.html
+++ b/src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory_de.html
@@ -24,6 +24,6 @@
- Falls diese Option aktiviert ist, wird das Verzeichnis config-history zum Backup hinzugefügt.
+ Falls diese Option aktiviert ist, wird das Verzeichnis, welches im config-history konfiguriert ist, zum Backup hinzugefügt (nur wenn das Plugin installiert ist).
diff --git a/src/main/webapp/help/help-restoreConfigHistory.html b/src/main/webapp/help/help-restoreConfigHistory.html
new file mode 100644
index 0000000..5811b82
--- /dev/null
+++ b/src/main/webapp/help/help-restoreConfigHistory.html
@@ -0,0 +1,30 @@
+
+
+
+
+ If this option is enabled, the config-history gets restored.
+ This will only work, if the config-history plugin is installed, otherwise it cannot read the config folder.
+
+
diff --git a/src/main/webapp/help/help-restoreConfigHistory_de.html b/src/main/webapp/help/help-restoreConfigHistory_de.html
new file mode 100644
index 0000000..3c5cb87
--- /dev/null
+++ b/src/main/webapp/help/help-restoreConfigHistory_de.html
@@ -0,0 +1,30 @@
+
+
+
+
+ Falls diese Option aktiviert ist, wird die config-history aus dem Backup wiederhergestellt.
+ Es wird nur funktionieren, falls das config-history Plugin installiert ist, sonst kann der Konfigurationsordner nicht ausgelesen werden.
+
+