delete item dialog: change wording
This commit is contained in:
parent
536ff2c40a
commit
04a391a442
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ pandora.ui.deleteItemDialog = function(item) {
|
||||||
.css({position: 'absolute', left: '96px', top: '16px', width: '256px'})
|
.css({position: 'absolute', left: '96px', top: '16px', width: '256px'})
|
||||||
.html('Are you sure you want to delete the '
|
.html('Are you sure you want to delete the '
|
||||||
+ pandora.site.itemName.singular
|
+ pandora.site.itemName.singular
|
||||||
+ ' "'+ item.title + '"?<br><br>All data will be lost.')
|
+ ' "'+ item.title + '"?<br><br>All data will be removed.')
|
||||||
),
|
),
|
||||||
height: 128,
|
height: 128,
|
||||||
keys: {enter: 'delete', escape: 'keep'},
|
keys: {enter: 'delete', escape: 'keep'},
|
||||||
|
|
Loading…
Reference in a new issue