Improved dialog when deleting Unsorted
This commit is contained in:
parent
0ba638286a
commit
e982143d2d
File diff suppressed because one or more lines are too long
@ -157,7 +157,7 @@ album = {
|
|||||||
["", function() {}]
|
["", function() {}]
|
||||||
];
|
];
|
||||||
|
|
||||||
if (albumIDs==="0") {
|
if (albumIDs.toString()==="0") {
|
||||||
|
|
||||||
buttons[0][0] = "Clear Unsorted";
|
buttons[0][0] = "Clear Unsorted";
|
||||||
buttons[1][0] = "Keep Unsorted";
|
buttons[1][0] = "Keep Unsorted";
|
||||||
|
Loading…
Reference in New Issue
Block a user