mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
Shorten PushToTalk text on vr, since it didn't fit into the window
This commit is contained in:
parent
d4f79413eb
commit
4a0d011b53
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue