diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-03-27 09:34:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-12 02:30:01 +0200 |
commit | 5ef01bdbb74b5f02adf58df5c01125a1d4b9fb01 (patch) | |
tree | b37132547b2199b6765ba8c4394721f9859dac07 /src/settings/generalwidget.cpp | |
parent | clean up failed rebasing and implement history timed expire check (diff) | |
download | rekonq-5ef01bdbb74b5f02adf58df5c01125a1d4b9fb01.tar.xz |
Last clean up on settings
Get sure settings are updated everytime
Strings, spaces and one unuseful slot removed clean up
Diffstat (limited to 'src/settings/generalwidget.cpp')
-rw-r--r-- | src/settings/generalwidget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/settings/generalwidget.cpp b/src/settings/generalwidget.cpp index 9e19f801..439aa5f3 100644 --- a/src/settings/generalwidget.cpp +++ b/src/settings/generalwidget.cpp @@ -113,8 +113,7 @@ void GeneralWidget::checkKGetPresence() { kcfg_kgetDownload->setDisabled(true); kcfg_kgetList->setDisabled(true); - kcfg_kgetDownload->setToolTip(i18n("Install KGet to enable rekonq to use KGet as download manager")); - + kcfg_kgetDownload->setToolTip(i18n("Install KGet to enable rekonq to use it as download manager")); } else { |