update wording of delete list dialog, fixes #601

This commit is contained in:
rolux 2012-03-21 13:27:16 +00:00
parent 39f1d0749c
commit 636a1c2e71

View file

@ -51,7 +51,7 @@ pandora.ui.deleteListDialog = function(list) {
.append(
$('<div>')
.css({position: 'absolute', left: '96px', top: '16px', width: '192px'})
.html('Are you sure you want to delete the list "' + listData.id + '"?')
.html('Are you sure you want to delete the list "' + listData.name + '"?')
),
height: 128,
keys: {enter: 'delete', escape: 'keep'},