diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-27 16:37:44 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-27 16:37:44 +0000 |
commit | 4f6a31061a2b8e45825c3d3ec321587ab7eeb55d (patch) | |
tree | df2ecfbf442aba7e8e1896e665ba71a6abded846 /settingsdialog.cpp | |
parent | implement remember password functionality (diff) | |
download | gpg4usb-4f6a31061a2b8e45825c3d3ec321587ab7eeb55d.tar.gz gpg4usb-4f6a31061a2b8e45825c3d3ec321587ab7eeb55d.zip |
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
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.."); |