spelling issue fix

This commit is contained in:
Alexander Ivash 2018-04-28 00:01:58 +03:00
parent 34693a8562
commit d3848ea0c5

View file

@ -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();