mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
MainWindow: Fix typo in resource pack initialization error message
occured -> occurred
This commit is contained in:
parent
75b68c9e96
commit
47b40698bb
@ -255,8 +255,10 @@ MainWindow::MainWindow(std::unique_ptr<BootParameters> 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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user