diff --git a/interface/resources/images/avatarapp/AvatarIsland.jpg b/interface/resources/images/avatarapp/AvatarIsland.jpg
deleted file mode 100644
index f5f649abea..0000000000
Binary files a/interface/resources/images/avatarapp/AvatarIsland.jpg and /dev/null differ
diff --git a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml
index 89a8eff025..2cf8952991 100644
--- a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml
+++ b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml
@@ -56,25 +56,12 @@ MessageBox {
popup.inputText.forceActiveFocus();
}
- property url getWearablesUrl: '../../../images/avatarapp/AvatarIsland.jpg'
-
function showGetWearables(callback, linkCallback) {
- popup.button2text = 'AvatarIsland'
- popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase;
+ popup.dialogButtons.yesButton.visible = false;
popup.button1text = 'CANCEL'
popup.titleText = 'Get Wearables'
popup.bodyText = 'Get wearables from Marketplace.' + '
' +
- 'Wear wearable from Inventory.' + '
' + '
' +
- 'Visit “AvatarIsland” to get wearables'
-
- popup.imageSource = getWearablesUrl;
- popup.onButton2Clicked = function() {
- popup.close();
-
- if (callback) {
- callback();
- }
- }
+ 'Wear wearable from Inventory.'
popup.onLinkClicked = function(link) {
popup.close();