fix: typo in error message

This commit is contained in:
aclist 2026-05-09 20:02:33 +09:00
parent 3a22ad630a
commit b51b858e05

View File

@ -254,7 +254,7 @@ class PreConnectionAssistant(Gtk.ScrolledWindow):
if prereqs.steam_proc.is_running is False:
client = prereqs.steam_proc.name
errors.append(
f"'{client}' is set as the default Steam client, but it either not installed or not running."
f"'{client}' is set as the default Steam client, but it is either not installed or not running."
)
"""Warnings"""