diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-01 17:52:43 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-03-03 18:29:24 +0100 |
commit | bbd9f2102e1f6158b0e9dc12f27cfb0dea6ad0b0 (patch) | |
tree | 4f6d1f316c4f292a007fe58d05ceaedc86b65ee2 | |
parent | 40879a72e313124001c9545060c48897e7440914 (diff) | |
download | tdebase-bbd9f2102e1f6158b0e9dc12f27cfb0dea6ad0b0.tar.gz tdebase-bbd9f2102e1f6158b0e9dc12f27cfb0dea6ad0b0.zip |
kcontrol/smserver: rephrase fadeaway description
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit a646f58853c9bc888488ed5508012e468148e983)
-rw-r--r-- | kcontrol/smserver/smserverconfigdlg.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/smserver/smserverconfigdlg.ui b/kcontrol/smserver/smserverconfigdlg.ui index c23a01c0f..7d68e3ddf 100644 --- a/kcontrol/smserver/smserverconfigdlg.ui +++ b/kcontrol/smserver/smserverconfigdlg.ui @@ -62,10 +62,10 @@ <bool>false</bool> </property> <property name="text"> - <string>Show &logout fadeaway</string> + <string>Fadeaway screen during &logout</string> </property> <property name="whatsThis" stdset="0"> - <string>Check this option if you want to see a fadeaway when displaying a logout confirmation dialog box.</string> + <string>Check this option if you want screen to be faded when displaying a logout confirmation dialog box.</string> </property> </widget> <widget class="TQCheckBox"> @@ -76,10 +76,10 @@ <bool>false</bool> </property> <property name="text"> - <string>Sho&w fancy logout fadeaway</string> + <string>Use effects for logout fadea&way</string> </property> <property name="whatsThis" stdset="0"> - <string>Check this option if you want to see a fancy fadeaway when displaying a logout confirmation dialog box.</string> + <string>Check this option if you want to enable additional graphical effects for fadeaway during logout process. Namely the fadeaway will be smoothly animated and semitransparent.</string> </property> </widget> <widget class="TQCheckBox"> |