From c366be7c87374a1f84b8be5843e3a7e53997e526 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 May 2021 02:24:20 -0300 Subject: Don't "Validate"; Check for updates instead :3 --- game/client.rpy | 2 +- game/screens.rpy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game/client.rpy b/game/client.rpy index e9b87b4..bfc7797 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -127,7 +127,7 @@ init 2 python: stdout("Ours: %s" % md5us, True) stdout("Them: %s" % md5up, True) shutil.rmtree(get_path(persistent.client)) - renpy.notify("Files are corrupted!") + renpy.notify("Files are outdated!") else: renpy.notify("All files up to date!") except: diff --git a/game/screens.rpy b/game/screens.rpy index 1f38fa2..9549e2b 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -703,7 +703,7 @@ screen preferences(): textbutton _("Remember Login %s" % ifte( persistent.vmethod is not None, _("ON"), _("OFF"))): action Function(renpy.call_in_new_context, "savevm") - textbutton _("Validate Files"): + textbutton _("Check Updates"): action ifte(persistent.client is not None and persistent.host is not None and handle_client(launch=True, download=False), -- cgit v1.2.3-70-g09d2