mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
improve wording
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
193840b237
commit
ffd1e7bc33
|
|
@ -30,10 +30,9 @@ void EnsureOfflineLibraries::executeTask()
|
|||
profile->getLibraryFiles(m_instance->runtimeContext(), allJars, allJars, m_instance->getLocalLibraryPath(), m_instance->binRoot());
|
||||
for (const auto& jar : allJars) {
|
||||
if (!QFileInfo::exists(jar)) {
|
||||
emit logLine(
|
||||
tr("This instance cannot be launched in offline mode because libraries have not been downloaded yet. Please try again in "
|
||||
"online mode with a working Internet connection"),
|
||||
MessageLevel::Fatal);
|
||||
emit logLine(tr("This instance cannot be launched because some libraries are missing or have not been downloaded yet. Please "
|
||||
"try again in online mode with a working Internet connection"),
|
||||
MessageLevel::Fatal);
|
||||
emitFailed("Required libraries are missing");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue