From 48fc81b082831f917556360423fee173d643f228 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Wed, 6 Jun 2018 22:37:48 +0300 Subject: [PATCH] Buy wearables from Marketplace [new line] Wear wearable from My Purchases [new line] --- .../resources/qml/hifi/avatarapp/MessageBoxes.qml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml index f0e25433d7..4431833d26 100644 --- a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml +++ b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml @@ -37,10 +37,9 @@ MessageBox { popup.button2text = 'AvatarIsland' popup.button1text = 'CANCEL' popup.titleText = 'Get Wearables' - popup.bodyText = 'Buy wearables from Marketplace' + '\n' + - 'Wear wearable from My Purchases' + '\n' + - 'You can visit the domain “AvatarIsland”' + '\n' + - 'to get wearables' + popup.bodyText = 'Buy wearables from Marketplace' + '
' + + 'Wear wearable from My Purchases' + '
' + + 'You can visit the domain “AvatarIsland” to get wearables' popup.imageSource = getWearablesUrl; popup.onButton2Clicked = function() { @@ -98,10 +97,9 @@ MessageBox { popup.button1text = 'CANCEL' popup.titleText = 'Get Avatars' - popup.bodyText = 'Buy avatars from Marketplace' + '\n' + - 'Wear avatars from My Purchases' + '\n' + - 'You can visit the domain “BodyMart”' + '\n' + - 'to get avatars' + popup.bodyText = 'Buy avatars from Marketplace' + '
' + + 'Wear avatars from My Purchases' + '
' + + 'You can visit the domain “BodyMart” to get avatars' popup.imageSource = getAvatarsUrl; popup.onButton2Clicked = function() {