From 48d43167141c9c7be53bf3b8551029fc2d88fc9c Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 17 Mar 2016 09:34:21 +1300 Subject: [PATCH] Fix typo --- interface/resources/qml/hifi/MenuOption.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/MenuOption.qml b/interface/resources/qml/hifi/MenuOption.qml index da28d1daf3..9d18b56d57 100644 --- a/interface/resources/qml/hifi/MenuOption.qml +++ b/interface/resources/qml/hifi/MenuOption.qml @@ -10,7 +10,7 @@ QtObject { readonly property string animDebugDrawPosition: "Debug Draw Position"; readonly property string antialiasing: "Antialiasing"; readonly property string assetMigration: "ATP Asset Migration"; - readonly property string assetServer = "Asset Server"; + readonly property string assetServer: "Asset Server"; readonly property string atmosphere: "Atmosphere"; readonly property string attachments: "Attachments..."; readonly property string audioNetworkStats: "Audio Network Stats";