diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 17:51:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 20:27:17 +0100 |
commit | 0ab7ab7f7c1992d0e93f300f0c260614de1131a0 (patch) | |
tree | 6cc83a391d1e380738aa85a8915fb892befbc1cf | |
parent | 05f5c81709294fd91eb529bacb29eaa9b007bb2d (diff) |
gui: make roll compensated option clearer
-rw-r--r-- | gui/lang/nl_NL.ts | 2 | ||||
-rw-r--r-- | gui/lang/ru_RU.ts | 4 | ||||
-rw-r--r-- | gui/lang/stub.ts | 2 | ||||
-rw-r--r-- | gui/lang/zh_CN.ts | 2 | ||||
-rw-r--r-- | gui/settings-dialog.ui | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index 49ecec73..3a574f14 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -373,7 +373,7 @@ Press "clear calibration" to remove any calibration data pertaining to <translation type="unfinished"></translation> </message> <message> - <source>Roll compensated VR 360</source> + <source>Roll compensated</source> <translation type="unfinished"></translation> </message> <message> diff --git a/gui/lang/ru_RU.ts b/gui/lang/ru_RU.ts index 95567649..d962f011 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -372,8 +372,8 @@ Press "clear calibration" to remove any calibration data pertaining to <translation>Беспроводная VR 360</translation> </message> <message> - <source>Roll compensated VR 360</source> - <translation>Roll компенсированная VR 360</translation> + <source>Roll compensated</source> + <translation>Roll компенсированная</translation> </message> <message> <source>Hold in-game center of the screen while the mode is active.</source> diff --git a/gui/lang/stub.ts b/gui/lang/stub.ts index 7b7a97b0..2ab0f18f 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -369,7 +369,7 @@ Press "clear calibration" to remove any calibration data pertaining to <translation type="unfinished"></translation> </message> <message> - <source>Roll compensated VR 360</source> + <source>Roll compensated</source> <translation type="unfinished"></translation> </message> <message> diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index b7df572e..8e102f0b 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -374,7 +374,7 @@ Press "clear calibration" to remove any calibration data pertaining to <translation type="unfinished"></translation> </message> <message> - <source>Roll compensated VR 360</source> + <source>Roll compensated</source> <translation type="unfinished"></translation> </message> <message> diff --git a/gui/settings-dialog.ui b/gui/settings-dialog.ui index 81a9755c..2821077a 100644 --- a/gui/settings-dialog.ui +++ b/gui/settings-dialog.ui @@ -922,7 +922,7 @@ </item> <item> <property name="text"> - <string>Roll compensated VR 360</string> + <string>Roll compensated</string> </property> </item> </widget> |