delete item dialog: change wording

This commit is contained in:
rolux 2013-02-08 22:30:46 +05:30
parent 536ff2c40a
commit 04a391a442

View file

@ -39,7 +39,7 @@ pandora.ui.deleteItemDialog = function(item) {
.css({position: 'absolute', left: '96px', top: '16px', width: '256px'})
.html('Are you sure you want to delete the '
+ pandora.site.itemName.singular
+ ' "'+ item.title + '"?<br><br>All data will be lost.')
+ ' "'+ item.title + '"?<br><br>All data will be removed.')
),
height: 128,
keys: {enter: 'delete', escape: 'keep'},