aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-xsettingsdialog.cpp2
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..");