mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
Tweak inventory-delete message to be more accurate
This commit is contained in:
parent
8faff57033
commit
44c163b7cc
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ Rectangle {
|
||||||
} else if (msg.method === "showTrashLightbox") {
|
} else if (msg.method === "showTrashLightbox") {
|
||||||
lightboxPopup.titleText = "Send \"" + msg.itemName + "\" to Trash";
|
lightboxPopup.titleText = "Send \"" + msg.itemName + "\" to Trash";
|
||||||
lightboxPopup.bodyText = "Sending this item to the Trash means you will no longer own this item " +
|
lightboxPopup.bodyText = "Sending this item to the Trash means you will no longer own this item " +
|
||||||
"and it will be inaccessible to you from Purchases.\n\nThis action cannot be undone.";
|
"and it will be inaccessible to you from Inventory.\n\nThis action cannot be undone.";
|
||||||
lightboxPopup.button1text = "CANCEL";
|
lightboxPopup.button1text = "CANCEL";
|
||||||
lightboxPopup.button1method = function() {
|
lightboxPopup.button1method = function() {
|
||||||
lightboxPopup.visible = false;
|
lightboxPopup.visible = false;
|
||||||
|
|
Loading…
Reference in a new issue