summaryrefslogtreecommitdiff
path: root/src/settings/adblockwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/adblockwidget.cpp')
-rw-r--r--src/settings/adblockwidget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/adblockwidget.cpp b/src/settings/adblockwidget.cpp
index a703fe09..3a87376a 100644
--- a/src/settings/adblockwidget.cpp
+++ b/src/settings/adblockwidget.cpp
@@ -64,6 +64,8 @@ AdBlockWidget::AdBlockWidget(QWidget *parent)
load();
+ spinBox->setSuffix(ki18np(" day", " days"));
+
// emit changed signal
connect(insertButton, SIGNAL(clicked()), this, SLOT(hasChanged()));
connect(removeButton, SIGNAL(clicked()), this, SLOT(hasChanged()));