diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2012-04-13 07:28:08 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2012-04-13 07:28:08 +0300 |
commit | 9a01c4c455ce9334e5d189f4c49d09cdb9eee59b (patch) | |
tree | 8cd7f062f503cb074a39137f63fe1a6e9a8e051b /src/settings | |
parent | rekonq 0.9.55 (diff) | |
download | rekonq-9a01c4c455ce9334e5d189f4c49d09cdb9eee59b.tar.xz |
Fix typo.
Diffstat (limited to 'src/settings')
-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); } |