Finish the Inventory item improvements
This commit is contained in:
parent
83039c6144
commit
2f8ec1b79c
9 changed files with 107 additions and 13 deletions
|
|
@ -254,6 +254,9 @@
|
|||
},
|
||||
"warn": {
|
||||
"negative-aspect-limit": "The Aspect limit must be 0 or greater"
|
||||
},
|
||||
"info": {
|
||||
"increased-item-quantity": "Increased the item quantity for: {name}"
|
||||
}
|
||||
},
|
||||
"dialogs": {
|
||||
|
|
@ -274,6 +277,12 @@
|
|||
"title": "You want to kill your pet?!",
|
||||
"content": "Are you sure you would like to kill the pet: {name}<br /><br />This action cannot be undone."
|
||||
}
|
||||
},
|
||||
"untyped": {
|
||||
"delete": {
|
||||
"title": "Confirm Item Deletion",
|
||||
"content": "Are you sure you would like to delete the item: {name}<br /><br />This action cannot be undone."
|
||||
}
|
||||
}
|
||||
},
|
||||
"keyword": {
|
||||
|
|
@ -317,6 +326,9 @@
|
|||
},
|
||||
"pet": {
|
||||
"name": "(Unnamed Pet)"
|
||||
},
|
||||
"untyped": {
|
||||
"name": "Unknown Item"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue