diff --git a/Qt-SESAM/mainwindow.cpp b/Qt-SESAM/mainwindow.cpp
index ca18e5a4..b345d4ad 100644
--- a/Qt-SESAM/mainwindow.cpp
+++ b/Qt-SESAM/mainwindow.cpp
@@ -386,7 +386,7 @@ MainWindow::MainWindow(bool forceStart, QWidget *parent)
ui->attachmentTableWidget->horizontalHeader()->setSectionResizeMode(0, QHeaderView::Stretch);
d->attachmentsContextMenu = new QMenu(ui->attachmentTableWidget);
d->actionAttachFile = new QAction(QIcon(":/images/filenew.png"),
- tr("Attach file ..."),
+ tr("Attach files ..."),
d->attachmentsContextMenu);
d->attachmentsContextMenu->addAction(d->actionAttachFile);
d->attachmentsContextMenu->addSeparator();
@@ -395,7 +395,7 @@ MainWindow::MainWindow(bool forceStart, QWidget *parent)
d->attachmentsContextMenu);
d->attachmentsContextMenu->addAction(d->actionSaveAttachment);
d->actionDeleteAttachment = new QAction(QIcon(":/images/remove.png"),
- tr("Delete attachment"),
+ tr("Delete attachments"),
d->attachmentsContextMenu);
d->attachmentsContextMenu->addAction(d->actionDeleteAttachment);
QObject::connect(ui->addAttachmentPushButton, SIGNAL(clicked(bool)), SLOT(onAttachFile()));
diff --git a/Qt-SESAM/optionsdialog.ui b/Qt-SESAM/optionsdialog.ui
index 0db91037..8359aeda 100644
--- a/Qt-SESAM/optionsdialog.ui
+++ b/Qt-SESAM/optionsdialog.ui
@@ -516,10 +516,6 @@
- writeBackupsCheckBox
-
- extensiveWipeoutCheckBox
- verticalSpacer_3
diff --git a/Qt-SESAM/translations/QtSESAM_de.ts b/Qt-SESAM/translations/QtSESAM_de.ts
index d5eeb4c5..5247f8b3 100644
--- a/Qt-SESAM/translations/QtSESAM_de.ts
+++ b/Qt-SESAM/translations/QtSESAM_de.ts
@@ -1262,7 +1262,7 @@ in %1 Thread%2 ...
Attach file ...
- Datei anhängen ...
+ Datei anhängen ...
Attach files
@@ -1274,7 +1274,7 @@ in %1 Thread%2 ...
Attach files ...
- Dateien anhängen ...
+ Dateien anhängen ...
Save attachment as ...
@@ -1282,7 +1282,7 @@ in %1 Thread%2 ...
Delete attachment
- Anhang entfernen
+ Anhang entfernen
Filename
@@ -1332,6 +1332,10 @@ in %1 Thread%2 ...
Add file
Datei hinzufügen
+
+ Delete attachments
+ Anhänge löschen
+
MasterPasswordDialog