]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix menu name for flesh
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 26 Oct 2011 15:47:07 +0000 (18:47 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 26 Oct 2011 15:47:07 +0000 (18:47 +0300)
qcsrc/menu/xonotic/dialog_sandboxtools.c

index a8144f5824c719d65eaea79bd93a69a6637d8018..4707147db556a81157aa7128c1768809391abd70 100644 (file)
@@ -53,7 +53,7 @@ void XonoticSandboxToolsDialog_fill(entity me)
                        e.addValue(e, _("metal"), "1");
                        e.addValue(e, _("stone"), "2");
                        e.addValue(e, _("wood"), "3");
-                       e.addValue(e, _("wood"), "4");
+                       e.addValue(e, _("flesh"), "4");
                        e.configureXonoticTextSliderValues(e);
                me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Set physics:"), '0 0 0', "sandbox edit_object physics $menu_sandbox_edit_physics", 0));
                me.TD(me, 1, 0.5, e = makeXonoticRadioButton(1, "menu_sandbox_edit_physics", "0", _("Static")));