diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-25 19:15:29 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-25 19:15:29 -0500 |
commit | 94b4e33f89e7d4c10ac797e3eb0762a370eede8c (patch) | |
tree | 4c4ce537c1243f12c3b4640232a832422cb88501 | |
parent | 4d538e404718982b0198ac3b44d5a894a30b5b12 (diff) | |
download | tdebase-94b4e33f89e7d4c10ac797e3eb0762a370eede8c.tar.gz tdebase-94b4e33f89e7d4c10ac797e3eb0762a370eede8c.zip |
Update What's This help string in support of bug report 811.
-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 8d2dc6fe5..84d1fd22f 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/tdebase/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/tdebase/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/tdebase/kdesktop/lock/lockprocess.cc:336 --> <!-- mSaver = config.readEntry("UseUnmanagedLockWindows"); --> </entry> |