mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
fix: typo in error message
This commit is contained in:
parent
3a22ad630a
commit
b51b858e05
@ -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"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user