X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/189a73d0e5c9f6a27e2a1f67767d0fd3a041b069..df86a2c8189742f00ba09e75b77b6f0cc7eb1824:/Cydia.app/confirm.js diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index 75fe70b5..5ef99bf4 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -13,28 +13,15 @@ $(function () { $(".resuming").remove(); else $("#resuming").html($.xml(resuming)); - - var size = sizes[2]; - var negative; - - if (size.charAt(0) != '-') - negative = false; - else { - negative = true; - size = size.substr(1); - } - - $("#disk-key").html(negative ? "Disk Freeing" : "Disk Using"); - $("#disk-value").html($.xml(size)); } else for (var i = 0; i != issues.length; ++i) { - document.title = "Cannot Comply"; + document.title = cydia.localize("CANNOT_COMPLY"); $("._issues").remove(); var issue = issues[i]; $("#issues").append( - "" + + "" + "
" ); @@ -43,19 +30,22 @@ $(function () { var type = entry[0]; if (type == "PreDepends") type = "Depends"; - $("#i" + i).append("