From 683e4b278034d0f3292eb9c985c8f62bcfd7001b Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 3 Mar 2013 12:44:55 +0000 Subject: [PATCH] typo in listDialog --- static/js/pandora/listDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/listDialog.js b/static/js/pandora/listDialog.js index c8b1bb77..0d3a26de 100644 --- a/static/js/pandora/listDialog.js +++ b/static/js/pandora/listDialog.js @@ -297,7 +297,7 @@ pandora.ui.listGeneralPanel = function(listData) { Ox.Request.clearCache('find' + folderItems); pandora.$ui.info.updateListInfo(); pandora.$ui.listDialog.options({ - title: folderItme + ' — ' + Ox.encodeHTMLEntities(listData.name) + title: folderItem + ' — ' + Ox.encodeHTMLEntities(listData.name) }); } });