diff options
Diffstat (limited to '')
-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); |