diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-16 19:45:59 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-16 19:45:59 +0000 |
commit | 694e9beaf7097a8794adfa879539ee52c33a203c (patch) | |
tree | b790c671690c7d6d4307a8e02b671407bbcd5819 /settingsdialog.cpp | |
parent | added keyservertab to settings (diff) | |
download | gpg4usb-694e9beaf7097a8794adfa879539ee52c33a203c.tar.gz gpg4usb-694e9beaf7097a8794adfa879539ee52c33a203c.zip |
updated german translation
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@554 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 1f16f4a..de928f4 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -392,7 +392,7 @@ KeyserverTab::KeyserverTab(QWidget *parent) { QVBoxLayout *mainLayout = new QVBoxLayout(this); - label = new QLabel(tr("Deafult Keyserver for import:")); + label = new QLabel(tr("Default Keyserver for import:")); comboBox = new QComboBox; comboBox->setEditable(true); comboBox->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |