mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 03:59:29 +02:00
Removed double ""
This commit is contained in:
parent
32d0513962
commit
34d63cdb43
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ namespace MenuOption {
|
||||||
const QString CenterPlayerInView = "Center Player In View";
|
const QString CenterPlayerInView = "Center Player In View";
|
||||||
const QString Chat = "Chat...";
|
const QString Chat = "Chat...";
|
||||||
const QString Collisions = "Collisions";
|
const QString Collisions = "Collisions";
|
||||||
const QString Connexion = "Activate 3D Connexion Devices"";
|
const QString Connexion = "Activate 3D Connexion Devices";
|
||||||
const QString Console = "Console...";
|
const QString Console = "Console...";
|
||||||
const QString ControlWithSpeech = "Control With Speech";
|
const QString ControlWithSpeech = "Control With Speech";
|
||||||
const QString CopyAddress = "Copy Address to Clipboard";
|
const QString CopyAddress = "Copy Address to Clipboard";
|
||||||
|
|
Loading…
Reference in a new issue