From 636a1c2e71b867ba01fe91bb00fa64ce051f2b2b Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 21 Mar 2012 13:27:16 +0000 Subject: [PATCH] update wording of delete list dialog, fixes #601 --- static/js/pandora/deleteListDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/deleteListDialog.js b/static/js/pandora/deleteListDialog.js index 474354a03..28f9b815b 100644 --- a/static/js/pandora/deleteListDialog.js +++ b/static/js/pandora/deleteListDialog.js @@ -51,7 +51,7 @@ pandora.ui.deleteListDialog = function(list) { .append( $('
') .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'},