From d6f4613cdf50adec207ef60cd0cf57aa3486b461 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 17 Oct 2012 09:27:23 -0400
Subject: [PATCH] FS#2466 - Backup: Delete button not visible

---
 interface/web/sites/lib/lang/en_web_backup_list.lng |    4 ++--
 interface/web/sites/lib/lang/de_web_backup_list.lng |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/sites/lib/lang/de_web_backup_list.lng b/interface/web/sites/lib/lang/de_web_backup_list.lng
index 4cc06d8..740b60c 100644
--- a/interface/web/sites/lib/lang/de_web_backup_list.lng
+++ b/interface/web/sites/lib/lang/de_web_backup_list.lng
@@ -3,8 +3,8 @@
 $wb['date_txt'] = 'Datum';
 $wb['backup_type_txt'] = 'Typ';
 $wb['filename_txt'] = 'Backup Datei';
-$wb['restore_backup_txt'] = 'Backup wiederherstellen';
-$wb['download_backup_txt'] = 'Backup herunterladen';
+$wb['restore_backup_txt'] = 'Wiederherstellen';
+$wb['download_backup_txt'] = 'Herunterladen';
 $wb['download_info_txt'] = 'Die Backup Datei steht in ein paar Minuten als Download im Backup-Verzeichnis zur Verfügung.';
 $wb['restore_info_txt'] = 'Die Wiederherstellung des Backups hat begonnen. Diese Aktion kann bis zur Fertigstellung einige Minuten dauern.';
 $wb['restore_confirm_txt'] = 'Die Wiederherstellung wird existierende Dateien in Ihrer Website überschreiben. Möchten Sie dieses Backup wirklich zurückspielen?';
diff --git a/interface/web/sites/lib/lang/en_web_backup_list.lng b/interface/web/sites/lib/lang/en_web_backup_list.lng
index 1ac6687..74bcbd9 100644
--- a/interface/web/sites/lib/lang/en_web_backup_list.lng
+++ b/interface/web/sites/lib/lang/en_web_backup_list.lng
@@ -3,8 +3,8 @@
 $wb['date_txt'] = 'Date';
 $wb['backup_type_txt'] = 'Type';
 $wb['filename_txt'] = 'Backup file';
-$wb['restore_backup_txt'] = 'Restore backup';
-$wb['download_backup_txt'] = 'Download backup';
+$wb['restore_backup_txt'] = 'Restore';
+$wb['download_backup_txt'] = 'Download';
 $wb['download_info_txt'] = 'The backup file will be available for download in the backup folder of the website in a few minutes.';
 $wb['restore_info_txt'] = 'Restore of the backup has been started. This action takes several minutes to be completed.';
 $wb['restore_confirm_txt'] = 'Restoring will overwrite existing files in your website. Do you really want to restore this backup?';

--
Gitblit v1.9.1