GH-1807 fix 'loggging' typo
This commit is contained in:
parent
c200301673
commit
2e8d8b60b0
@ -179,7 +179,7 @@ void LogPage::on_InstanceLaunchTask_changed(std::shared_ptr<LaunchTask> proc)
|
|||||||
m_model->setMaxLines(maxLines);
|
m_model->setMaxLines(maxLines);
|
||||||
m_model->setStopOnOverflow(MMC->settings()->get("ConsoleOverflowStop").toBool());
|
m_model->setStopOnOverflow(MMC->settings()->get("ConsoleOverflowStop").toBool());
|
||||||
m_model->setOverflowMessage(tr("MultiMC stopped watching the game log because the log length surpassed %1 lines.\n"
|
m_model->setOverflowMessage(tr("MultiMC stopped watching the game log because the log length surpassed %1 lines.\n"
|
||||||
"You may have to fix your mods because the game is still loggging to files and"
|
"You may have to fix your mods because the game is still logging to files and"
|
||||||
" likely wasting harddrive space at an alarming rate!").arg(maxLines));
|
" likely wasting harddrive space at an alarming rate!").arg(maxLines));
|
||||||
m_proxy->setSourceModel(m_model.get());
|
m_proxy->setSourceModel(m_model.get());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user