diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 4b17d560b1..40055b626c 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -603,9 +603,9 @@ QString KWinDecorationModule::quickHelp() const "as well as titlebar button positions and custom decoration options.
" "To choose a theme for your window decoration click on its name and apply your choice by clicking the \"Apply\" button below." " If you do not want to apply your choice you can click the \"Reset\" button to discard your changes." - "You can configure each theme in the \"Configure [...]\" tab. There are different options specific for each theme.
" - "In \"General Options (if available)\" you can activate the \"Buttons\" tab by checking the \"Use custom titlebar button positions\" box." - " In the \"Buttons\" tab you can change the positions of the buttons to your liking.
" ); + "You can configure each theme. There are different options specific for each theme.
" + "On the \"Buttons\" tab check the \"Use custom titlebar button positions\" box " + "and you can change the positions of the buttons to your liking.
" ); } #include "kwindecoration.moc"