Improved dialog when deleting Unsorted

This commit is contained in:
Tobias Reich 2014-03-16 21:00:29 +01:00
parent 0ba638286a
commit e982143d2d
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -157,7 +157,7 @@ album = {
["", function() {}]
];
if (albumIDs==="0") {
if (albumIDs.toString()==="0") {
buttons[0][0] = "Clear Unsorted";
buttons[1][0] = "Keep Unsorted";