Synchronized quickHelp() headers to actual name of module as it appears.

svn path=/trunk/kdebase/kcontrol/; revision=202807
This commit is contained in:
Stephan Binner 2003-01-25 23:46:32 +00:00
parent b8759c09cb
commit a73df351e1

View file

@ -455,7 +455,7 @@ void KWinDecorationModule::defaults()
QString KWinDecorationModule::quickHelp() const
{
return i18n( "<h1>Window Manager Decoration</h1>"
return i18n( "<h1>Window Decorations</h1>"
"This module allows you to choose the window border decorations, "
"as well as titlebar button positions and custom decoration options.");
}