From 4a0d011b5338f6a259332c32d4d61602803d4bbd Mon Sep 17 00:00:00 2001 From: motofckr9k Date: Fri, 19 Jun 2020 21:39:53 +0200 Subject: [PATCH] Shorten PushToTalk text on vr, since it didn't fit into the window --- interface/resources/qml/hifi/audio/Audio.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index e30a4bfe93..6b23b0a1ca 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -325,7 +325,7 @@ Rectangle { size: 16; text: (bar.currentIndex === 0) ? qsTr("Press and hold the button \"T\" to talk.") : - qsTr("Press and hold grip triggers on both of your controllers to talk."); + qsTr("Press and hold triggers on both of your controllers to talk."); } }