From 2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 1 Feb 2017 00:44:21 +0100 Subject: GH-1807 fix 'loggging' typo --- application/pages/LogPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/pages/LogPage.cpp b/application/pages/LogPage.cpp index 68a65b8f..31cf9ecd 100644 --- a/application/pages/LogPage.cpp +++ b/application/pages/LogPage.cpp @@ -179,7 +179,7 @@ void LogPage::on_InstanceLaunchTask_changed(std::shared_ptr proc) m_model->setMaxLines(maxLines); 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" - "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)); m_proxy->setSourceModel(m_model.get()); } -- cgit v1.2.3