From 35a2cb7f27340f4ca09fe4b9474956caec970d6e Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 19 Aug 2019 13:08:42 -0700 Subject: [PATCH] BUGZ-1295: Fix typo in Help > Controls > Turn Right --- .../qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml b/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml index f131dc88d7..b647d5ca24 100644 --- a/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml +++ b/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml @@ -310,7 +310,7 @@ Item { height: parent.height HifiStylesUit.GraphikRegular { - text: "A / →" + text: "D / →" anchors.fill: parent horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter