diff --git a/qt_ui/main.py b/qt_ui/main.py
index b08c110e..553534e1 100644
--- a/qt_ui/main.py
+++ b/qt_ui/main.py
@@ -122,14 +122,16 @@ def run_ui(game: Game | None, dev: bool) -> None:
message_box.setWindowTitle("No DCS installation directory.")
message_box.setText(
"The DCS Installation directory is not set correctly. "
- "This will prevent DCS Liberation from working properly, as the MissionScripting "
+ "This will prevent DCS Retribution from working properly, as the MissionScripting "
"file will not be modified."
"
To solve this problem, you can set the Installation directory "
"within the preferences menu. You can also manually edit or replace the "
"following file:"
"
<dcs_installation_directory>/Scripts/MissionScripting.lua"
- "
The easiest way to do it is to replace the original file with the file in dcs-liberation distribution (<dcs_liberation_installation>/resources/scripts/MissionScripting.lua)."
- "
You can find more information on how to manually change this file in the Liberation Wiki (Page: Dedicated Server Guide) on GitHub.