]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Better phrasing
authorSamual <samual@xonotic.org>
Thu, 19 Jan 2012 06:12:19 +0000 (01:12 -0500)
committerSamual <samual@xonotic.org>
Thu, 19 Jan 2012 06:12:19 +0000 (01:12 -0500)
qcsrc/menu/xonotic/dialog_settings_misc.c

index b26b6f8a259d6c78d63367147fc7d23ece4195d2..edc9f517bfb3b1f0bebd21a646d2101acaad2caf 100644 (file)
@@ -59,7 +59,7 @@ void XonoticMiscSettingsTab_fill(entity me)
                me.TD(me, 1, 2.8, e = makeXonoticCheckBox(0, "cl_movement", _("Client-side movement prediction")));
        me.TR(me);
                me.TDempty(me, 0.2);
-               me.TD(me, 1, 2.8, e = makeXonoticCheckBox(0, "cl_movement_errorcompensation", _("Compensate for prediction errors")));
+               me.TD(me, 1, 2.8, e = makeXonoticCheckBox(0, "cl_movement_errorcompensation", _("Movement error compensation")));
                setDependent(e, "cl_movement", 1, 1);
        me.TR(me);
        me.TR(me);