Update some text.

This commit is contained in:
wei
2026-08-03 00:40:16 +08:00
parent 904140a959
commit a566717f9c
8 changed files with 26 additions and 19 deletions
+3 -3
View File
@@ -494,9 +494,9 @@ class LaunchManager:
except Exception as e:
self.widget_mgr.download_signal.failed.emit(task_id, str(e))
result.add_warning(
"Some assets were not downloaded. Although is not necessary for launching game."
" But it may cause some texture issue when you playing. (Such as missing textures)"
" Try relaunching to automatic redownload assets."
"Some assets could not be downloaded. They are not required to launch the game,"
" but missing assets may cause texture issues while you play."
" Try relaunching to download them automatically."
)
else:
self.widget_mgr.download_signal.finished.emit(task_id)