Shorten PushToTalk text on vr, since it didn't fit into the window

This commit is contained in:
motofckr9k 2020-06-19 21:39:53 +02:00
parent d4f79413eb
commit 4a0d011b53

View file

@ -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.");
}
}