]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a tooltip for "Spawnpoint effects" checkbox
authorterencehill <piuntn@gmail.com>
Sat, 3 Oct 2015 23:12:16 +0000 (01:12 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 3 Oct 2015 23:12:16 +0000 (01:12 +0200)
qcsrc/menu/xonotic/dialog_settings_effects.qc

index 9089691590d6ccfaef63f852905c163ee6754040..5dd2a813779e7ec1aae8c5ca5c062d18b2f41feb 100644 (file)
@@ -216,7 +216,8 @@ void XonoticEffectsSettingsTab_fill(entity me)
        me.TR(me);
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticCheckBox(0, "cl_particles", _("Particles")));
-               me.TD(me, 1, 2, e = makeXonoticCheckBox(0, "cl_spawn_point_particles", _("Spawnpoint effects")));
+               me.TD(me, 1, 2, e = makeXonoticCheckBox_T(0, "cl_spawn_point_particles", _("Spawnpoint effects"),
+                       _("Particles effects at all spawn points and whenever a player spawns")));
                        makeMulti(e, "cl_spawn_event_particles");
                        setDependent(e, "cl_particles", 1, 1);
        me.TR(me);