summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/client.rpy2
-rw-r--r--game/screens.rpy2
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),