diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-28 08:31:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-28 08:31:30 +0200 |
commit | 44d013da47b48952f73e678ba8d135724de316dd (patch) | |
tree | e5a80f82f288a5e4feac731a86c561f464b34d32 | |
parent | a3b890b9b4d8bc14c662cd0b3a3362e784b35593 (diff) |
gui/options: rename r[xyz] to yaw/pitch/roll in camera offset
-rw-r--r-- | gui/options-dialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui index bf9381a4..d6711e81 100644 --- a/gui/options-dialog.ui +++ b/gui/options-dialog.ui @@ -593,7 +593,7 @@ <item row="1" column="0"> <widget class="QLabel" name="label"> <property name="text"> - <string>RY</string> + <string>Pitch</string> </property> </widget> </item> @@ -630,7 +630,7 @@ <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> - <string>RZ</string> + <string>Roll</string> </property> </widget> </item> @@ -653,7 +653,7 @@ <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> - <string>RX</string> + <string>Yaw</string> </property> </widget> </item> |