From 9f27a617a54a86819c82afa739fb95b4d0fa9d78 Mon Sep 17 00:00:00 2001 From: Malcolm Hunter Date: Sat, 10 May 2003 09:13:36 +0000 Subject: [PATCH] CVS_SILENT Typographical corrections and changes svn path=/trunk/kdebase/kwin/; revision=224989 --- kcmkwin/kwindecoration/kwindecoration.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index dd5cd3444e..516172d650 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -458,11 +458,11 @@ QString KWinDecorationModule::quickHelp() const return i18n( "

Window Decorations

" "

This module allows you to choose the window border decorations, " "as well as titlebar button positions and custom decoration options.

" - "To choose a theme for your window decoration click on the name of it and apply your choice by clicking the \"Apply\" button right below." - " If you do not want to apply your choice you might press the \"Reset\" button to discard your changes." - "

You can configure each theme in the \"Configure[]\" tab. There are different options specific for each theme.

" - "

As general option (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 your buttons, so that you like your new style.

" ); + "To choose a theme for your window decoration click on its name and apply your choice by clicking the \"Apply\" button below." + " If you don't 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.

" ); }