From 39d96b76a692110858fc621ef0fb07e27fee3a65 Mon Sep 17 00:00:00 2001 From: milad Date: Wed, 25 Sep 2019 08:41:38 -0700 Subject: [PATCH] fixed help text --- .../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 ad4ecec707..84b37db31b 100644 --- a/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml +++ b/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/ControlsTable.qml @@ -710,7 +710,7 @@ Item { } HifiStylesUit.GraphikRegular { - text: "See your own avatar" + text: "Look at self" width: parent.width - selfieText.width - parent.spacing - controlsTableRoot.rowPadding height: parent.height horizontalAlignment: Text.AlignLeft