diff options
author | swirl <swurl@swurl.xyz> | 2022-01-10 12:46:43 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-10 12:47:35 -0500 |
commit | 1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8 (patch) | |
tree | 0004d3815aabd9198b0d9f87349a202243ce85bf /launcher/launch/LaunchTask.cpp | |
parent | c7f6f94930bb3bd13a2e77a959291a4d755a793f (diff) | |
download | PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.tar.gz PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.tar.bz2 PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.zip |
More rebranding
Closes: #39
Mostly done with rebranding now. We just need to translate some services
to PolyMC.
Diffstat (limited to 'launcher/launch/LaunchTask.cpp')
-rw-r--r-- | launcher/launch/LaunchTask.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/launch/LaunchTask.cpp b/launcher/launch/LaunchTask.cpp index e6f6bbac..231a6398 100644 --- a/launcher/launch/LaunchTask.cpp +++ b/launcher/launch/LaunchTask.cpp @@ -212,7 +212,7 @@ shared_qobject_ptr<LogModel> LaunchTask::getLogModel() m_logModel->setMaxLines(m_instance->getConsoleMaxLines()); m_logModel->setStopOnOverflow(m_instance->shouldStopOnConsoleOverflow()); // FIXME: should this really be here? - m_logModel->setOverflowMessage(tr("MultiMC stopped watching the game log because the log length surpassed %1 lines.\n" + m_logModel->setOverflowMessage(tr("PolyMC 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 logging to files and" " likely wasting harddrive space at an alarming rate!").arg(m_logModel->getMaxLines())); } @@ -277,4 +277,3 @@ QString LaunchTask::substituteVariables(const QString &cmd) const } return out; } - |