Fixed bug in error message in QuestEditorToolBarController.

This commit is contained in:
Daan Vanden Bosch 2020-04-25 19:36:19 +02:00
parent 44ae05cf90
commit 43fd78e466

View File

@ -186,7 +186,7 @@ export class QuestEditorToolBarController extends Controller {
}
this.set_filename(basename(bin.name || dat.name));
} else {
throw new Error("Please select one .bin and one .dat file.");
throw new Error("Please select one .qst file or one .bin and one .dat file.");
}
}