diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-02-01 00:44:21 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-02-01 00:44:21 +0100 |
commit | 2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1 (patch) | |
tree | 20cd25669badf512d63f5e6ef466226131003d9f | |
parent | c200301673a5b9d45788c9d4b62482e13c6419c9 (diff) | |
download | MultiMC-2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1.tar MultiMC-2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1.tar.gz MultiMC-2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1.tar.lz MultiMC-2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1.tar.xz MultiMC-2e8d8b60b01dba23f3cada3f0d3e12969d6d44a1.zip |
GH-1807 fix 'loggging' typo
-rw-r--r-- | application/pages/LogPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<LaunchTask> 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()); } |