TL Nore
This commit is contained in:
parent
87aeecfcdf
commit
8285e0bf1a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 "中国語";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue