Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ola-ct/Qt-SESAM
Browse files Browse the repository at this point in the history
  • Loading branch information
607011 committed Feb 10, 2016
2 parents 9307706 + 2174598 commit 045dbed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Qt-SESAM/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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()));
Expand Down
4 changes: 0 additions & 4 deletions Qt-SESAM/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,6 @@
</spacer>
</item>
</layout>
<zorder>writeBackupsCheckBox</zorder>
<zorder></zorder>
<zorder>extensiveWipeoutCheckBox</zorder>
<zorder>verticalSpacer_3</zorder>
</widget>
<widget class="QWidget" name="tabMisc">
<attribute name="title">
Expand Down
10 changes: 7 additions & 3 deletions Qt-SESAM/translations/QtSESAM_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ in %1 Thread%2 ...</translation>
</message>
<message>
<source>Attach file ...</source>
<translation>Datei anhängen ...</translation>
<translation type="vanished">Datei anhängen ...</translation>
</message>
<message>
<source>Attach files</source>
Expand All @@ -1274,15 +1274,15 @@ in %1 Thread%2 ...</translation>
</message>
<message>
<source>Attach files ...</source>
<translation type="vanished">Dateien anhängen ...</translation>
<translation>Dateien anhängen ...</translation>
</message>
<message>
<source>Save attachment as ...</source>
<translation>Anhang speichern unter ...</translation>
</message>
<message>
<source>Delete attachment</source>
<translation>Anhang entfernen</translation>
<translation type="vanished">Anhang entfernen</translation>
</message>
<message>
<source>Filename</source>
Expand Down Expand Up @@ -1332,6 +1332,10 @@ in %1 Thread%2 ...</translation>
<source>Add file</source>
<translation>Datei hinzufügen</translation>
</message>
<message>
<source>Delete attachments</source>
<translation>Anhänge löschen</translation>
</message>
</context>
<context>
<name>MasterPasswordDialog</name>
Expand Down

0 comments on commit 045dbed

Please sign in to comment.