diff options
author | Michele Calgaro <[email protected]> | 2017-09-15 23:31:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2017-09-15 23:31:05 +0900 |
commit | 102bce27710257b0932288f0e414129c4a7902a0 (patch) | |
tree | 4004c057c14a905eb813c13dc326c82bbd62b8b4 /client | |
parent | 37a1b508889fa01858bfc155687121f69e3d64b2 (diff) | |
download | twin-style-crystal-102bce27710257b0932288f0e414129c4a7902a0.tar.gz twin-style-crystal-102bce27710257b0932288f0e414129c4a7902a0.zip |
Fixed tooltip message for "Enable Transparency" checkbox.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client')
-rw-r--r-- | client/config/configdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/configdialog.ui b/client/config/configdialog.ui index 382d86a..a6a50ad 100644 --- a/client/config/configdialog.ui +++ b/client/config/configdialog.ui @@ -1795,7 +1795,7 @@ <bool>true</bool> </property> <property name="toolTip" stdset="0"> - <string>no, noo, nooooooooooo!</string> + <string>When this is turned on, you may (still??) experience high CPU usage. Use it carefully!</string> </property> </widget> </grid> |