mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 19:27:13 +02:00
chore: reword failure message
This commit is contained in:
parent
47f7622606
commit
ad64ba75c9
@ -2889,9 +2889,10 @@ class TreeView(Gtk.TreeView):
|
|||||||
f"'{prereqs.appid}' not found in user's libraryfolders"
|
f"'{prereqs.appid}' not found in user's libraryfolders"
|
||||||
)
|
)
|
||||||
msg = (
|
msg = (
|
||||||
f"This server is running {build}. "
|
f"This server is running {build}. You can install "
|
||||||
f"You can install {build} by searching for it in "
|
f"{build} by searching for it in your Steam library. "
|
||||||
"your Steam library."
|
f"If you recently installed {build} or moved it to a different drive, "
|
||||||
|
"restart Steam to allow these changes to synchronize, then try again."
|
||||||
)
|
)
|
||||||
spawn_dialog(msg, Popup.NOTIFY)
|
spawn_dialog(msg, Popup.NOTIFY)
|
||||||
return None
|
return None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user