This commit is contained in:
DazedAnon 2025-01-12 12:24:12 -06:00
parent 87aeecfcdf
commit 8285e0bf1a

View file

@ -213,9 +213,9 @@ Window_Options.prototype.autoSpeedText = function (value) {
Window_Options.prototype.languageStatusText = function (value) {
switch (value) {
case "en":
return "En(Partial)";
return "DLSite En(Partial)";
case "jp":
return "Japanese";
return "DazedTL";
case "ch":
return "中国語";
}