diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-05 10:36:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-05 10:36:36 +0200 |
commit | 16d7bb4d8c051d3196456ec89550c637e4d84677 (patch) | |
tree | 557128b6cf801e624453fc715de561e6bca392e5 | |
parent | f3e0bd01002bd768f9c448265aaadd6a2f720191 (diff) |
gui/settings: add note on how center translation works badly with tx compensationopentrack-2.3-rc49p10
-rw-r--r-- | gui/settings.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/settings.ui b/gui/settings.ui index 916f3338..13741910 100644 --- a/gui/settings.ui +++ b/gui/settings.ui @@ -356,7 +356,8 @@ <item row="6" column="0"> <widget class="QLabel" name="label_29"> <property name="text"> - <string>This option is experimental. Please report your findings on the github issue tracker.</string> + <string>This option is experimental. Please report your findings on the github issue tracker. +It won't work properly with translation compensation enabled.</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |