Skip to content

Commit

Permalink
Slightly adjust "current system not found" status message
Browse files Browse the repository at this point in the history
  • Loading branch information
DlljsCodes committed Nov 23, 2021
1 parent 38e44d8 commit e5c554d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ def update_status():
elif not current.getNameSet():
logger.debug("Current system not set")
status_message = "Where are you?\n" \
"Either log into the game or\n" \
"make a hyperspace jump to find your current location."
"Either log into the game or make a\n" \
"hyperspace jump to find your current location."
status_colour = get_config_str_value("ExProg_LocationStatusText")
else:
logger.debug("All systems go!")
Expand Down

0 comments on commit e5c554d

Please sign in to comment.