mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 18:13:29 +02:00
Fix User Interface menu item string
This commit is contained in:
parent
603ca02ef9
commit
527f6b2a3f
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ namespace MenuOption {
|
|||
const QString UploadAttachment = "Upload Attachment Model";
|
||||
const QString UploadHead = "Upload Head Model";
|
||||
const QString UploadSkeleton = "Upload Skeleton Model";
|
||||
const QString UserInterface = "UserInterface";
|
||||
const QString UserInterface = "User Interface";
|
||||
const QString Visage = "Visage";
|
||||
const QString VoxelMode = "Cycle Voxel Mode";
|
||||
const QString Voxels = "Voxels";
|
||||
|
|
Loading…
Reference in a new issue