diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-25 19:15:29 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 03:27:12 +0200 |
commit | bb71d64921715db3b8622250bbe94265f6e3eea3 (patch) | |
tree | 286f8f2fefa76b6872a009283474c0c3f62c9b76 /kdesktop | |
parent | 279160a41ba832c24a5d07d1a64b31003c5caa86 (diff) | |
download | tdebase-bb71d64921715db3b8622250bbe94265f6e3eea3.tar.gz tdebase-bb71d64921715db3b8622250bbe94265f6e3eea3.zip |
Update What's This help string in support of bug report 811.
(cherry picked from commit 94b4e33f89e7d4c10ac797e3eb0762a370eede8c)
Diffstat (limited to 'kdesktop')
-rw-r--r-- | kdesktop/kdesktop.kcfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index 009d5ed6e..8911f12a6 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -307,21 +307,21 @@ <entry key="UseUnmanagedLockWindows" type="Bool"> <default>false</default> <label></label> - <whatsthis></whatsthis> + <whatsthis>When enabled this restores the old style unmanaged window behavior of desktop locking.</whatsthis> <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> <!-- mSaver = config.readEntry("UseUnmanagedLockWindows"); --> </entry> <entry key="ShowLockDateTime" type="Bool"> <default>true</default> <label></label> - <whatsthis>Set to true to enable display of the date and time of desktop lock as an additional intrusion detection measure</whatsthis> + <whatsthis>When enabled the date and time when the desktop was locked is displayed as an additional intrusion detection measure.</whatsthis> <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> <!-- mSaver = config.readEntry("ShowLockDateTime"); --> </entry> <entry key="DelaySaverStart" type="Bool"> <default>true</default> <label></label> - <whatsthis></whatsthis> + <whatsthis>When disabled the screensaver starts immediately when locking the desktop.</whatsthis> <!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 --> <!-- mSaver = config.readEntry("UseUnmanagedLockWindows"); --> </entry> |