From 4f6a31061a2b8e45825c3d3ec321587ab7eeb55d Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 27 Aug 2010 16:37:44 +0000 Subject: corrected typo in settings-dialog and updated german language file git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@368 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- settingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settingsdialog.cpp') 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 with... neeeds temp foder.."); -- cgit v1.2.3