From c6cab8334c795440911f63a9a0d908c3ffbfb18d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 14 Jul 2013 21:36:04 +0000 Subject: [PATCH] symbol title should be lower case --- static/js/pandora/folders.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/folders.js b/static/js/pandora/folders.js index a52005cc..86b9c8cd 100644 --- a/static/js/pandora/folders.js +++ b/static/js/pandora/folders.js @@ -153,7 +153,7 @@ pandora.ui.folders = function() { extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({ selectable: true, style: 'symbol', - title: 'Edit', + title: 'edit', tooltip: Ox._('Manage Favorite {0}', [Ox._(folderItems)]), type: 'image' }) @@ -202,7 +202,7 @@ pandora.ui.folders = function() { extras = [pandora.$ui.manageListsButton['featured'] = Ox.Button({ selectable: true, style: 'symbol', - title: 'Edit', + title: 'edit', tooltip: Ox._('Manage Featured {0}', [Ox._(folderItems)]), type: 'image' })