mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 14:42:19 +02:00
spelling issue fix
This commit is contained in:
parent
34693a8562
commit
d3848ea0c5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue