mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
Improve text in Avatar app's pop-ups
This commit is contained in:
parent
243bd5ea69
commit
f9d9324a14
1 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@ MessageBox {
|
||||||
popup.button1text = 'CANCEL'
|
popup.button1text = 'CANCEL'
|
||||||
popup.titleText = 'Get Wearables'
|
popup.titleText = 'Get Wearables'
|
||||||
popup.bodyText = 'Buy wearables from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
|
popup.bodyText = 'Buy wearables from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
|
||||||
'Wear wearables from <b><a href="app://purchases">My Purchases.</a></b>' + '<br/>' + '<br/>' +
|
'Use wearables in <b><a href="app://purchases">My Purchases.</a></b>' + '<br/>' + '<br/>' +
|
||||||
'Visit “AvatarIsland” to get wearables'
|
'Visit “AvatarIsland” to get wearables.'
|
||||||
|
|
||||||
popup.imageSource = getWearablesUrl;
|
popup.imageSource = getWearablesUrl;
|
||||||
popup.onButton2Clicked = function() {
|
popup.onButton2Clicked = function() {
|
||||||
|
@ -102,7 +102,7 @@ MessageBox {
|
||||||
popup.titleText = 'Get Avatars'
|
popup.titleText = 'Get Avatars'
|
||||||
|
|
||||||
popup.bodyText = 'Buy avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
|
popup.bodyText = 'Buy avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
|
||||||
'Wear avatars from <b><a href="app://purchases">My Purchases.</a></b>' + '<br/>' + '<br/>' +
|
'Wear avatars in <b><a href="app://purchases">My Purchases.</a></b>' + '<br/>' + '<br/>' +
|
||||||
'Visit “BodyMart” to get free avatars.'
|
'Visit “BodyMart” to get free avatars.'
|
||||||
|
|
||||||
popup.imageSource = getAvatarsUrl;
|
popup.imageSource = getAvatarsUrl;
|
||||||
|
|
Loading…
Reference in a new issue