mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-20 16:38:45 +01:00
Missed some references to "dll"
This commit is contained in:
parent
0568ccf1ed
commit
aac24b50d4
@ -64,7 +64,7 @@ class StandardPatch {
|
||||
} else if(status === "off") {
|
||||
console.log('"' + this.name + '"', "is disabled!");
|
||||
} else {
|
||||
return '"' + this.name + '" is neither on nor off! Have you got the right dll?';
|
||||
return '"' + this.name + '" is neither on nor off! Have you got the right file?';
|
||||
}
|
||||
}
|
||||
|
||||
@ -156,7 +156,7 @@ class UnionPatch {
|
||||
return;
|
||||
}
|
||||
}
|
||||
return '"' + this.name + '" doesn\'t have a valid patch! Have you got the right dll?';
|
||||
return '"' + this.name + '" doesn\'t have a valid patch! Have you got the right file?';
|
||||
}
|
||||
|
||||
applyPatch(file) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user