mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-17 01:17:15 +00:00
Tidy status messages a bit
This commit is contained in:
@@ -172,7 +172,7 @@ JavaListLoadTask::~JavaListLoadTask()
|
||||
|
||||
void JavaListLoadTask::executeTask()
|
||||
{
|
||||
setStatus("Detecting Java installations...");
|
||||
setStatus(tr("Detecting Java installations..."));
|
||||
|
||||
JavaUtils ju;
|
||||
QList<QString> candidate_paths = ju.FindJavaPaths();
|
||||
|
||||
Reference in New Issue
Block a user