]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
ToS: Change the subtitle to reflect a ToS update
authorz411 <z411@omaera.org>
Fri, 26 Nov 2021 04:59:03 +0000 (01:59 -0300)
committerz411 <z411@omaera.org>
Fri, 26 Nov 2021 04:59:03 +0000 (01:59 -0300)
qcsrc/menu/xonotic/dialog_termsofservice.qc

index c23cc274714109ff54536d0ce178a19151fe7d81..0c28fddf2bad7901b1b1172e390813fdbde56e34 100644 (file)
@@ -77,9 +77,15 @@ bool XonoticToSDialog_shouldShow()
 void XonoticToSDialog_fill(entity me)
 {
        entity e;
+       string subtitle;
+
+       if (autocvar__termsofservice_accepted > 0)
+               subtitle = _("Terms of Service have been updated. Please read them before continuing:");
+       else
+               subtitle = _("Welcome to Xonotic! Please read the following Terms of Service:");
 
        me.TR(me);
-               me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Welcome to Xonotic! Please read the following Terms of Service")));
+               me.TD(me, 1, 5, e = makeXonoticTextLabel(0, subtitle));
                e.allowWrap = 1;
 
     me.TR(me);