1
0
Fork 0

Fix two typo's

This commit is contained in:
ehofman 2004-03-04 12:18:34 +00:00
parent 60663a001a
commit edf25a4e82

View file

@ -270,7 +270,8 @@ ________________________________________________________________________________
twlock = !getprop("/controls/gear/tailwheel-lock"); twlock = !getprop("/controls/gear/tailwheel-lock");
setprop("/controls/gear/tailwheel-lock", twlock); setprop("/controls/gear/tailwheel-lock", twlock);
if (twlock) { if (twlock) {
rection Hat -->} else { gui.popupTip("Tail Wheel UNLOCKED");
} else {
gui.popupTip("Tail Wheel LOCKED"); gui.popupTip("Tail Wheel LOCKED");
} }
} elsif (mod == 2) { } elsif (mod == 2) {
@ -304,7 +305,7 @@ ________________________________________________________________________________
</script> </script>
</binding> </binding>
</button> </button>
top
<button n="4"><!-- throttle down/back --> <button n="4"><!-- throttle down/back -->
<desc>Brakes left</desc> <desc>Brakes left</desc>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>