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