diff --git a/src/quest_editor/controllers/QuestEditorToolBarController.ts b/src/quest_editor/controllers/QuestEditorToolBarController.ts index 2832cf99..8f0ad9ec 100644 --- a/src/quest_editor/controllers/QuestEditorToolBarController.ts +++ b/src/quest_editor/controllers/QuestEditorToolBarController.ts @@ -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."); } }