From d3848ea0c5cf76a9ec11715e9617ea1d4d4ad5ec Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Sat, 28 Apr 2018 00:01:58 +0300 Subject: [PATCH] spelling issue fix --- interface/resources/qml/hifi/AvatarApp.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/AvatarApp.qml b/interface/resources/qml/hifi/AvatarApp.qml index 646fe2d2bd..51a363b28b 100644 --- a/interface/resources/qml/hifi/AvatarApp.qml +++ b/interface/resources/qml/hifi/AvatarApp.qml @@ -552,7 +552,7 @@ Rectangle { popup.button2text = 'CONFIRM' popup.button1text = 'CANCEL' popup.titleText = 'Load Favorite: {AvatarName}'.replace('{AvatarName}', currentItem.name) - popup.bodyText = 'This will switch your current avatar and ararables that you are wearing with a new avatar and wearables.' + popup.bodyText = 'This will switch your current avatar and wearables that you are wearing with a new avatar and wearables.' popup.imageSource = null; popup.onButton2Clicked = function() { popup.close();