From 04a391a4427e0ff42f5686603218aa51aea264fe Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 8 Feb 2013 22:30:46 +0530 Subject: [PATCH] delete item dialog: change wording --- static/js/pandora/deleteItemDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/deleteItemDialog.js b/static/js/pandora/deleteItemDialog.js index 8e29edcc..057f6e17 100644 --- a/static/js/pandora/deleteItemDialog.js +++ b/static/js/pandora/deleteItemDialog.js @@ -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 + '"?

All data will be lost.') + + ' "'+ item.title + '"?

All data will be removed.') ), height: 128, keys: {enter: 'delete', escape: 'keep'},