update wording of delete list dialog, fixes #601
This commit is contained in:
parent
39f1d0749c
commit
636a1c2e71
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Reference in a new issue