From bc3f9d1524d9d5c68af8bc8279a6799094f824e9 Mon Sep 17 00:00:00 2001
From: Jonathan Schellhase <dg-505@web.de>
Date: Wed, 11 May 2016 23:16:08 +0200
Subject: [PATCH] Through my previous commit the marker in the tutorials was
 placed in the opposite x-position (e.g. -2.56 became 2.56) This is a
 workaround for this fault.

---
 Aircraft/Generic/marker.xml   | 2 +-
 gui/dialogs/marker-adjust.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Aircraft/Generic/marker.xml b/Aircraft/Generic/marker.xml
index c65948185..2994c5cd8 100644
--- a/Aircraft/Generic/marker.xml
+++ b/Aircraft/Generic/marker.xml
@@ -68,7 +68,7 @@
 		<object-name>marker</object-name>
 		<property>sim/model/marker/x/value</property>
 		<axis>
-			<x>-1</x>
+			<x>1</x>
 			<y>0</y>
 			<z>0</z>
 		</axis>
diff --git a/gui/dialogs/marker-adjust.xml b/gui/dialogs/marker-adjust.xml
index 6170c5957..719b78d8e 100644
--- a/gui/dialogs/marker-adjust.xml
+++ b/gui/dialogs/marker-adjust.xml
@@ -182,7 +182,7 @@
 		<slider>
 			<name>x</name>
 			<property>/sim/model/marker/x/slider</property>
-			<legend>aft/fore</legend>
+			<legend>fore/aft</legend>
 			<pref-width>250</pref-width>
 			<live>1</live>
 			<min>-1</min>