fix: typo in alert messages
This commit is contained in:
parent
81cf980368
commit
a41e6dde94
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ javascript: (function () {
|
|||
document.getElementsByTagName("head")[0].appendChild(script);
|
||||
})
|
||||
.catch(function () {
|
||||
alert("Error retreiving PowerDeleteSuite from github");
|
||||
alert("Error retrieving PowerDeleteSuite from github");
|
||||
});
|
||||
} else if (
|
||||
confirm(
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ var pd = {
|
|||
$("#pd__central").show();
|
||||
},
|
||||
function () {
|
||||
alert("Error retreiving CSS from /r/PowerDeleteSuite");
|
||||
alert("Error retrieving CSS from /r/PowerDeleteSuite");
|
||||
}
|
||||
);
|
||||
},
|
||||
|
|
@ -174,7 +174,7 @@ var pd = {
|
|||
pd.helpers.restoreSettings();
|
||||
},
|
||||
function () {
|
||||
alert("Error retreiving markup from /r/PowerDeleteSuite");
|
||||
alert("Error retrieving markup from /r/PowerDeleteSuite");
|
||||
}
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue