diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-09-16 00:07:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-09-16 00:07:25 +0900 |
commit | 9230b9036f48bec5719f8627ce606e756c532397 (patch) | |
tree | a99ba4142054f76461bedb0a26ca3d7b145e8827 | |
parent | 102bce27710257b0932288f0e414129c4a7902a0 (diff) | |
download | twin-style-crystal-9230b9036f48bec5719f8627ce606e756c532397.tar.gz twin-style-crystal-9230b9036f48bec5719f8627ce606e756c532397.zip |
Fixed previous commit. The messages was being shown with a "(still]"
instead of "(still??)".
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 a6a50ad..a1e00c7 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>When this is turned on, you may (still??) experience high CPU usage. Use it carefully!</string> + <string>When this is turned on, you may (still?) experience high CPU usage. Use it carefully!</string> </property> </widget> </grid> |