diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp index cd566b7624..b4fc3e7da4 100644 --- a/Source/Core/DolphinQt/MainWindow.cpp +++ b/Source/Core/DolphinQt/MainWindow.cpp @@ -255,8 +255,10 @@ MainWindow::MainWindow(std::unique_ptr boot_parameters, Settings::Instance().RefreshWidgetVisibility(); if (!ResourcePack::Init()) + { ModalMessageBox::critical(this, tr("Error"), - tr("Error occured while loading some texture packs")); + tr("Error occurred while loading some texture packs")); + } for (auto& pack : ResourcePack::GetPacks()) {