diff options
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-x | settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index 44f444d..794a96b 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -125,7 +125,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) mimeParseBoxLayout = new QVBoxLayout(); mimeParseCheckBox = new QCheckBox(tr("Try to split attachments from PGP-MIME ecrypted messages."), this); mimeParseBoxLayout->addWidget(mimeParseCheckBox); - mimeQPCheckBox = new QCheckBox(tr("Try to recognice quoted printable."), this); + mimeQPCheckBox = new QCheckBox(tr("Try to recognize quoted printable."), this); mimeParseBoxLayout->addWidget(mimeQPCheckBox); mimeOpenAttachmentCheckBox = new QCheckBox(tr("Enable open with external app, saves file in tmp folder."), this); //mimeOpenAttachmentCheckBox->setWhatsThis("Open attachments <b>with</b>... neeeds temp foder.."); |