nix "buy" where possible.

This commit is contained in:
Howard Stearns 2018-10-25 12:37:08 -07:00
parent 8b79795247
commit e3b1e14db6
3 changed files with 6 additions and 6 deletions

View file

@ -96,7 +96,7 @@ Item {
topMargin: hifi.dimensions.contentSpacing.y topMargin: hifi.dimensions.contentSpacing.y
} }
text: qsTr("Sign in to High Fidelity to make friends, get HFC, and buy interesting things on the Marketplace!") text: qsTr("Sign in to High Fidelity to make friends, get HFC, and get interesting things on the Marketplace!")
width: parent.width width: parent.width
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
lineHeight: 1 lineHeight: 1

View file

@ -63,8 +63,8 @@ MessageBox {
popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase; popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase;
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 = 'Get wearables from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
'Wear wearable from <b><a href="app://purchases">My Purchases.</a></b>' + '<br/>' + '<br/>' + 'Wear wearable from <b><a href="app://purchases">Inventory.</a></b>' + '<br/>' + '<br/>' +
'Visit “AvatarIsland” to get wearables' 'Visit “AvatarIsland” to get wearables'
popup.imageSource = getWearablesUrl; popup.imageSource = getWearablesUrl;
@ -128,8 +128,8 @@ MessageBox {
popup.button1text = 'CANCEL' popup.button1text = 'CANCEL'
popup.titleText = 'Get Avatars' popup.titleText = 'Get Avatars'
popup.bodyText = 'Buy avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' + popup.bodyText = 'Get avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
'Wear avatars in <b><a href="app://purchases">My Purchases.</a></b>' + '<br/>' + '<br/>' + 'Wear avatars in <b><a href="app://purchases">Inventory.</a></b>' + '<br/>' + '<br/>' +
'Visit “BodyMart” to get free avatars.' 'Visit “BodyMart” to get free avatars.'
popup.imageSource = getAvatarsUrl; popup.imageSource = getAvatarsUrl;

View file

@ -93,7 +93,7 @@ Item {
// Text below helper text // Text below helper text
RalewayRegular { RalewayRegular {
id: loginDetailText; id: loginDetailText;
text: "To buy/sell items on the <b>Marketplace</b>, or to use your <b>Wallet</b>, you must first log in to High Fidelity."; text: "To get items on the <b>Marketplace</b>, or to use your <b>Assets</b>, you must first log in to High Fidelity.";
// Text size // Text size
size: 18; size: 18;
// Anchors // Anchors