diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-27 14:58:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-27 14:58:53 +0200 |
commit | 10ae6fb53ca1c2df315d28c52becc09ba4e440ff (patch) | |
tree | 5ea92f8fde6979ee8976d185b89e055cbf44f61d | |
parent | 164f8d8d473e571086583d86bb4ff9982abe54b4 (diff) |
gui/options: rename "translation compensation" to "relative translation"
Issue: #461
Discussed-with: @MathijsG, @Sone989
Closes #461
-rw-r--r-- | gui/options-dialog.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui index 291a49d2..073162a6 100644 --- a/gui/options-dialog.ui +++ b/gui/options-dialog.ui @@ -821,7 +821,7 @@ It won't work properly with translation compensation enabled.</string> <string notr="true"/> </property> <property name="title"> - <string>Translation compensation</string> + <string>Relative translation</string> </property> <property name="flat"> <bool>false</bool> @@ -830,7 +830,7 @@ It won't work properly with translation compensation enabled.</string> <item> <widget class="QLabel" name="label_16"> <property name="text"> - <string>With compensation on, translation is applied after rotation. For example, rotating +180 degrees yaw and moving backwards results in moving forward as a result of that rotation.</string> + <string>With relative mode on, translation is applied after rotation. For example, rotating +180 degrees yaw and moving backwards results in moving forward as a result of that rotation.</string> </property> <property name="alignment"> <set>Qt::AlignJustify|Qt::AlignVCenter</set> @@ -889,7 +889,7 @@ It won't work properly with translation compensation enabled.</string> <string notr="true"/> </property> <property name="text"> - <string>Disable X compensation</string> + <string>Disable for X</string> </property> </widget> </item> @@ -905,7 +905,7 @@ It won't work properly with translation compensation enabled.</string> <string notr="true"/> </property> <property name="text"> - <string>Disable Y compensation</string> + <string>Disable for Y</string> </property> </widget> </item> @@ -921,7 +921,7 @@ It won't work properly with translation compensation enabled.</string> <string notr="true"/> </property> <property name="text"> - <string>Disable Z compensation (for zoom on Z axis)</string> + <string>Disable for Z (for zoom on Z axis)</string> </property> </widget> </item> @@ -934,7 +934,7 @@ It won't work properly with translation compensation enabled.</string> </sizepolicy> </property> <property name="text"> - <string>Disable compensation by yaw</string> + <string>Disable effect by yaw</string> </property> </widget> </item> @@ -947,7 +947,7 @@ It won't work properly with translation compensation enabled.</string> </sizepolicy> </property> <property name="text"> - <string>Disable compensation by pitch</string> + <string>Disable effect by pitch</string> </property> </widget> </item> @@ -960,7 +960,7 @@ It won't work properly with translation compensation enabled.</string> </sizepolicy> </property> <property name="text"> - <string>Disable compensation by roll</string> + <string>Disable effect by roll</string> </property> </widget> </item> |