diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/settings/privacywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/privacywidget.cpp b/src/settings/privacywidget.cpp index 08677068..bb6aee7b 100644 --- a/src/settings/privacywidget.cpp +++ b/src/settings/privacywidget.cpp @@ -88,7 +88,7 @@ void PrivacyWidget::reload() } else { - QString str = i18n("Javascript is NOT enabled, cannot change this settings"); + QString str = i18n("Javascript is NOT enabled, cannot change these settings"); kcfg_javascriptCanOpenWindows->setToolTip(str); kcfg_javascriptCanAccessClipboard->setToolTip(str); } |