mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +02:00
Merge pull request #16342 from zfox23/newInvalidatedLanguage
DEV-2334: New 'Item Invalidated' language in Inventory
This commit is contained in:
commit
c8b975b2f1
1 changed files with 3 additions and 2 deletions
|
@ -580,8 +580,9 @@ Rectangle {
|
||||||
sendToScript(msg);
|
sendToScript(msg);
|
||||||
} else if (msg.method === "showInvalidatedLightbox") {
|
} else if (msg.method === "showInvalidatedLightbox") {
|
||||||
lightboxPopup.titleText = "Item Invalidated";
|
lightboxPopup.titleText = "Item Invalidated";
|
||||||
lightboxPopup.bodyText = 'Your item is marked "invalidated" because this item has been suspended ' +
|
lightboxPopup.bodyText = 'This item has been invalidated and is no longer available.<br>' +
|
||||||
"from the Marketplace due to a claim against its author.";
|
'If you have questions, please contact marketplace@highfidelity.com.<br>' +
|
||||||
|
'Thank you!';
|
||||||
lightboxPopup.button1text = "CLOSE";
|
lightboxPopup.button1text = "CLOSE";
|
||||||
lightboxPopup.button1method = function() {
|
lightboxPopup.button1method = function() {
|
||||||
lightboxPopup.visible = false;
|
lightboxPopup.visible = false;
|
||||||
|
|
Loading…
Reference in a new issue