mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix grammatical typo in main.py
This commit is contained in:
parent
151cf17e35
commit
267da47f6e
@ -129,7 +129,7 @@ def run_ui(game: Game | None, dev: bool) -> None:
|
|||||||
message_box.setWindowTitle("No DCS installation directory.")
|
message_box.setWindowTitle("No DCS installation directory.")
|
||||||
message_box.setText(
|
message_box.setText(
|
||||||
"The DCS Installation directory is not set correctly. "
|
"The DCS Installation directory is not set correctly. "
|
||||||
"This will prevent DCS Liberation to work properly as the MissionScripting "
|
"This will prevent DCS Liberation from working properly, as the MissionScripting "
|
||||||
"file will not be modified."
|
"file will not be modified."
|
||||||
"<br/><br/>To solve this problem, you can set the Installation directory "
|
"<br/><br/>To solve this problem, you can set the Installation directory "
|
||||||
"within the preferences menu. You can also manually edit or replace the "
|
"within the preferences menu. You can also manually edit or replace the "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user