summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-09 20:56:07 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-09 20:56:07 -0300
commit3ca758f3b3576067b0465c8a68422cb1bf172aea (patch)
tree6e635e6929bf04b6ee5804b5b83cdfe190deda72
parent42e6319d00414665e24748925a2d20f54672ede3 (diff)
downloadrenpy-3ca758f3b3576067b0465c8a68422cb1bf172aea.tar.gz
renpy-3ca758f3b3576067b0465c8a68422cb1bf172aea.tar.bz2
renpy-3ca758f3b3576067b0465c8a68422cb1bf172aea.tar.xz
renpy-3ca758f3b3576067b0465c8a68422cb1bf172aea.zip
Provide a random ToS for the Vault-based login
-rw-r--r--game/update.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/update.rpy b/game/update.rpy
index 928246a..efc3710 100644
--- a/game/update.rpy
+++ b/game/update.rpy
@@ -256,7 +256,7 @@ screen register_method():
xalign .5
yalign .5
spacing 30
- label _("{b}Vault Authentication{/b}\n\nWhich method do you want to use to login on TMW Vault?\n{size=14}An account will be automatically created if it does not exists already. This implies accepting the Terms of Service.{/size}"):
+ label _("{b}Vault Authentication{/b}\n\nWhich method do you want to use to login on TMW Vault?\n{size=14}An account will be automatically created if it does not exists already. This implies accepting the {a=%s}Terms of Service.{/a}{/size}" % ("https://tmw2.org/legal")):
style "confirm_prompt"
xalign 0.5