From 04901e99fc3f4909836e6758fa36d2d1d2085bbe Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 31 Mar 2015 18:41:29 -0700 Subject: [PATCH] fix error message --- examples/dice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dice.js b/examples/dice.js index a1362e13e9..6943c926ae 100644 --- a/examples/dice.js +++ b/examples/dice.js @@ -23,7 +23,7 @@ HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/"; var rollSound = SoundCache.getSound(HIFI_PUBLIC_BUCKET + "sounds/dice/diceRoll.wav"); -var INSUFFICIENT_PERMISSIONS_ERROR_MSG = "You do not have the necessary permissions to create new Objects." +var INSUFFICIENT_PERMISSIONS_ERROR_MSG = "You do not have the necessary permissions to create new objects." var screenSize = Controller.getViewportDimensions(); var offButton = Overlays.addOverlay("image", {