diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 20:42:21 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 20:42:21 +0200 | 
| commit | 2dc802e7e6832a278edb1280e0528e8c04d05247 (patch) | |
| tree | 966f200c47258b71c8bfad859a4774d1223fbde6 | |
| parent | Added settings webkit section, with rekonq personal settings. (diff) | |
| download | rekonq-2dc802e7e6832a278edb1280e0528e8c04d05247.tar.xz | |
pedantic
| -rw-r--r-- | src/settings.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/settings.cpp b/src/settings.cpp index 37f6503c..7dc01d83 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -142,7 +142,7 @@ void SettingsDialog::setWebSettingsToolTips()      d->webkitUi.kcfg_pluginsEnabled->setToolTip(i18n("Enables plugins in web pages.") );      d->webkitUi.kcfg_privateBrowsingEnabled->setToolTip(i18n("Prevents WebKit from recording visited pages in the history.") );      d->webkitUi.kcfg_javascriptCanOpenWindows->setToolTip(i18n("Allows JavaScript programs to opening new windows.") ); -    d->webkitUi.kcfg_javascriptCanAccessClipboard->setToolTip(i18n("Allows JavaScript programs to reading/writing    to the clipboard.") ); +    d->webkitUi.kcfg_javascriptCanAccessClipboard->setToolTip(i18n("Allows JavaScript programs to reading/writing to the clipboard.") );      d->webkitUi.kcfg_developerExtrasEnabled->setToolTip(i18n("Enables extra tools for Web developers") );      d->webkitUi.kcfg_linksIncludedInFocusChain->setToolTip(i18n("Includes hyperlinks in the keyboard focus chain.") );      d->webkitUi.kcfg_zoomTextOnly->setToolTip(i18n("Applies the zoom factor on a frame to only the text or all content.") ); | 
