summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/komposepreferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposepreferences.cpp b/src/komposepreferences.cpp
index 9adf4eb..33fc4d8 100644
--- a/src/komposepreferences.cpp
+++ b/src/komposepreferences.cpp
@@ -169,7 +169,7 @@ KomposePreferences::KomposePreferences()
page2Layout->addWidget(imageEffects);
blurBackground = new TQCheckBox(i18n("Blur desktop background"), page2);
- TQString blurBackgroundHelp = i18n("Apply a Gaussian blur to the desktop background.");
+ TQString blurBackgroundHelp = i18n("Apply a Gaussian blur to the desktop background.\nMight make your machine considerably slower.");
TQWhatsThis::add( blurBackground, blurBackgroundHelp );
TQToolTip::add( blurBackground, blurBackgroundHelp );
page2Layout->addWidget(blurBackground);